Skip to content

Commit f32fdb0

Browse files
authored
Update RunnerToExtension.java example
1 parent baee2bf commit f32fdb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class RunnerToExtension extends Recipe {
3838

3939
@Option(displayName = "Runners",
4040
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 ]")
4242
List<String> runners;
4343

4444
@Option(displayName = "Extension",

0 commit comments

Comments
 (0)