Skip to content

Commit

Permalink
Update content/docs/languages/rust/00-unit-testing.md
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Moelius <[email protected]>
  • Loading branch information
GrosQuildu and smoelius authored Nov 25, 2024
1 parent 54751d4 commit bd20515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/languages/rust/00-unit-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Better to run tests in a random order without parallel execution.
cargo test -- -Z unstable-options --test-threads 1 --shuffle
```

Execute command above multiple times. If any run reported a failed test use the displayed "shuffle seed" to reliably repeat the error:
Execute command above multiple times. If any run reports a failed test, use the displayed "shuffle seed" to reliably repeat the error:

```sh
cargo test -- -Z unstable-options --test-threads 1 --shuffle-seed 7331
Expand Down

0 comments on commit bd20515

Please sign in to comment.