Skip to content

Commit

Permalink
chore: use option over flag
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Sep 3, 2024
1 parent 260966b commit 462071b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/testing/testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ This practice ensures that tests do not share state or rely on the side effects
Good ✅

```sh
# Randomize test ordering using the --test-randomize-ordering-seed flag
# Randomize test ordering using the --test-randomize-ordering-seed option
flutter test --test-randomize-ordering-seed random
dart test --test-randomize-ordering-seed random
```

0 comments on commit 462071b

Please sign in to comment.