Skip to content

Commit 02c06d0

Browse files
authored
Polish description text
1 parent 402a8cb commit 02c06d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/openrewrite/java/testing/junit5/GradleUseJunitJupiter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public String getDisplayName() {
4747

4848
@Override
4949
public String getDescription() {
50-
return "By default Gradle's `Test` tasks use JUnit 4." +
50+
return "By default Gradle's `Test` tasks use JUnit 4. " +
5151
"Gradle `Test` tasks must be configured with `useJUnitPlatform()` to run JUnit Jupiter tests. " +
5252
"This recipe adds the `useJUnitPlatform()` method call to the `Test` task configuration.";
5353
}

0 commit comments

Comments
 (0)