Skip to content

Commit 2169e86

Browse files
author
Greg Adams
committed
correct FindJUnit5 recipe name in junit5 declarative yml
1 parent 116718a commit 2169e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/META-INF/rewrite/junit5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ recipeList:
3636
- org.openrewrite.java.testing.junit5.CategoryToTag
3737
- org.openrewrite.java.testing.junit5.CleanupJUnitImports
3838
- org.openrewrite.java.testing.junit5.ExpectedExceptionToAssertThrows
39-
- org.openrewrite.java.testing.junit5.FindJUnit
39+
- org.openrewrite.java.testing.junit5.FindJUnit5
4040
- org.openrewrite.java.testing.junit5.AddJUnitDependencies
4141
- org.openrewrite.java.testing.junit5.MockitoRunnerToMockitoExtension
4242
- org.openrewrite.java.testing.junit5.AddMockitoDependency

0 commit comments

Comments
 (0)