Skip to content

Commit 028f93a

Browse files
authored
Merge pull request #1448 from alexfertel/typo-in-integration-testing
Fix a couple of typos in the `integration_testing.md` file
2 parents 86d67cb + d872e19 commit 028f93a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/testing/integration_testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ running 0 tests
4747
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
4848
```
4949

50-
Each Rust source file in `tests` directory is compiled as a separate crate. One
51-
way of sharing some code between integration tests is making module with public
50+
Each Rust source file in the `tests` directory is compiled as a separate crate. One
51+
way of sharing some code between integration tests is making a module with public
5252
functions, importing and using it within tests.
5353

5454
File `tests/common.rs`:

0 commit comments

Comments
 (0)