Skip to content

Commit 6b157aa

Browse files
authored
fix typo in the number of tests
1 parent daeba4c commit 6b157aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cargo/test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ $ cargo test
4242
Finished dev [unoptimized + debuginfo] target(s) in 0.89 secs
4343
Running target/debug/deps/blah-d3b32b97275ec472
4444

45-
running 3 tests
45+
running 4 tests
4646
test test_bar ... ok
4747
test test_baz ... ok
4848
test test_foo_bar ... ok
4949
test test_foo ... ok
5050

51-
test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
51+
test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
5252
```
5353

5454
You can also run tests whose name matches a pattern:

0 commit comments

Comments
 (0)