We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f481a commit 6e58483Copy full SHA for 6e58483
src/main/java/org/openrewrite/java/testing/junit5/UpdateTestAnnotation.java
@@ -43,7 +43,7 @@ public String getDescription() {
43
public TreeVisitor<?, ExecutionContext> getVisitor() {
44
return Preconditions.check(Preconditions.or(
45
new UsesType<>("org.junit.Test", false),
46
- new FindImports("org.junit.Test").getVisitor()
+ new FindImports("org.junit.Test", null).getVisitor()
47
), new UpdateTestAnnotationVisitor());
48
}
49
0 commit comments