Skip to content

Commit 890a5b7

Browse files
Update documentation/src/docs/asciidoc/user-guide/advanced-topics/junit-platform-suite-engine.adoc
Co-authored-by: Marc Philipp <[email protected]>
1 parent 36365a3 commit 890a5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/src/docs/asciidoc/user-guide/advanced-topics/junit-platform-suite-engine.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Tests in a suite are executed in addition to the tests executed by every other t
3838
engine. This can result in the same tests being executed twice.
3939

4040
This can be prevented by configuring your build tool to only include the
41-
`junit-platform-suite` engine. Or by using a naming pattern. For example name all suites
41+
`junit-platform-suite` engine. Or by using a naming pattern. For example, name all suites
4242
`*Suite` and all tests `*Test` and configure your build tool to only include the former.
4343

4444
Alternatively, consider <<running-tests-tags, using tags>> to select specific groups of tests.

0 commit comments

Comments
 (0)