Skip to content

Commit 61ff442

Browse files
Update messages/runtest.md
Co-authored-by: Juliet Shackell <[email protected]>
1 parent 2da6295 commit 61ff442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messages/runtest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ NOTE: The testRunCoverage value (JSON and JUnit result formats) is a percentage
5454

5555
<%= config.bin %> <%= command.id %> --tests TestA.excitingMethod --tests TestA.boringMethod --tests TestB
5656

57-
- Run Apex tests on methods specified using the standard Class.method notation with a namespace; if you specify a test class without a method, the command runs all methods in the class:
57+
- Run Apex tests on methods specified using the standard Class.method notation with a namespace:
5858

5959
<%= config.bin %> <%= command.id %> --tests ns.TestA.excitingMethod --tests ns.TestA.boringMethod --tests ns.TestB
6060

0 commit comments

Comments
 (0)