You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/openrewrite/java/testing/junit5/RunnerToExtension.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ public class RunnerToExtension extends Recipe {
38
38
39
39
@Option(displayName = "Runners",
40
40
description = "The fully qualified class names of the JUnit 4 runners to replace. Sometimes several runners are replaced by a single JUnit Jupiter extension.",
41
-
example = "org.springframework.test.context.junit4.SpringRunner")
41
+
example = "[ org.springframework.test.context.junit4.SpringRunner ]")
0 commit comments