Skip to content

Commit

Permalink
docs: Fix typo and redundant word Update README.md (#1836)
Browse files Browse the repository at this point in the history
Fix typo and redundant word in "Integration tests in Crate" section

Co-authored-by: Gleb <[email protected]>
  • Loading branch information
mdqst and Ifropc authored Jan 18, 2025
1 parent 39cf6a0 commit 6e81b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/crates/soroban-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fn invoke() {
}
```

Itegration tests in Crate
Integration tests in Crate
==============

Currently all tests that require an RPC server are hidden behind a `it` feature, [found here](./tests/it/integration). To allow Rust-Analyzer to see the tests in vscode, `.vscode/settings.json`. Without RA, you can't follow through definitions and more importantly see errors before running tests tests.
Currently all tests that require an RPC server are hidden behind a `it` feature, [found here](./tests/it/integration). To allow Rust-Analyzer to see the tests in vscode, `.vscode/settings.json`. Without RA, you can't follow through definitions and more importantly see errors before running tests.

0 comments on commit 6e81b8a

Please sign in to comment.