summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/pages/2 - Configuring Mill.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/2 - Configuring Mill.md b/docs/pages/2 - Configuring Mill.md
index 04d75f1a..cdeb2adb 100644
--- a/docs/pages/2 - Configuring Mill.md
+++ b/docs/pages/2 - Configuring Mill.md
@@ -129,7 +129,7 @@ If you want to pass any arguments to the test framework, simply put them after
lets you pass in a selector to decide which test to run, which in Mill would be:
```bash
-mill foo.MyTestSuite.testCaseName
+mill foo.test foo.MyTestSuite.testCaseName
```
You can define multiple test suites if you want, e.g.: