Skip to content

Commit 970d710

Browse files
Update junit-platform-suite-api/src/main/java/org/junit/platform/suite/api/Suite.java
Co-authored-by: Marc Philipp <[email protected]>
1 parent c132c99 commit 970d710

File tree

1 file changed

+1
-1
lines changed
  • junit-platform-suite-api/src/main/java/org/junit/platform/suite/api

1 file changed

+1
-1
lines changed

junit-platform-suite-api/src/main/java/org/junit/platform/suite/api/Suite.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
* <p>Moreover, tests in a suite are executed in addition to the tests executed by every
5151
* other test engine. This can result in the same tests being executed twice and can be
5252
* prevented by configuring your build tool to only include the
53-
* {@code junit-platform-suite} engine. Or by using a naming pattern. For example name
53+
* {@code junit-platform-suite} engine. Or by using a naming pattern. For example, name
5454
* all suites {@code *Suite} and all tests {@code *Test} and configure your build tool
5555
* to only include the former.
5656
*

0 commit comments

Comments
 (0)