From 6e81b8a191b69e5bf1c806d5598d77039a7548f1 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Sat, 18 Jan 2025 04:00:36 +0300 Subject: [PATCH] docs: Fix typo and redundant word Update README.md (#1836) Fix typo and redundant word in "Integration tests in Crate" section Co-authored-by: Gleb --- 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.