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 116718a commit 2169e86Copy full SHA for 2169e86
src/main/resources/META-INF/rewrite/junit5.yml
@@ -36,7 +36,7 @@ recipeList:
36
- org.openrewrite.java.testing.junit5.CategoryToTag
37
- org.openrewrite.java.testing.junit5.CleanupJUnitImports
38
- org.openrewrite.java.testing.junit5.ExpectedExceptionToAssertThrows
39
- - org.openrewrite.java.testing.junit5.FindJUnit
+ - org.openrewrite.java.testing.junit5.FindJUnit5
40
- org.openrewrite.java.testing.junit5.AddJUnitDependencies
41
- org.openrewrite.java.testing.junit5.MockitoRunnerToMockitoExtension
42
- org.openrewrite.java.testing.junit5.AddMockitoDependency
0 commit comments