From db41dc38de50733a78ffd3ad2dbcaa03bbc1afbe Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:41:20 +0300 Subject: [PATCH] docs: Fix typo and redundant word Update README.md Fix typo and redundant word in "Integration tests in Crate" section --- cmd/crates/soroban-test/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/crates/soroban-test/README.md b/cmd/crates/soroban-test/README.md index c5fdefc3c..c2a192bd0 100644 --- a/cmd/crates/soroban-test/README.md +++ b/cmd/crates/soroban-test/README.md @@ -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. \ No newline at end of file +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.