Skip to content

Commit da41307

Browse files
committed
Merge paragraphs
1 parent 970d710 commit da41307

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
*
4747
* <p>Note: Depending on the declared test selection, different suites may contain the
4848
* same tests, potentially with different configurations.
49-
*
50-
* <p>Moreover, tests in a suite are executed in addition to the tests executed by every
49+
* Moreover, tests in a suite are executed in addition to the tests executed by every
5150
* other test engine. This can result in the same tests being executed twice and can be
5251
* prevented by configuring your build tool to only include the
5352
* {@code junit-platform-suite} engine. Or by using a naming pattern. For example, name

0 commit comments

Comments
 (0)