diff --git a/src/main/resources/META-INF/rewrite/junit5.yml b/src/main/resources/META-INF/rewrite/junit5.yml index 49e0088e9..a49d90033 100755 --- a/src/main/resources/META-INF/rewrite/junit5.yml +++ b/src/main/resources/META-INF/rewrite/junit5.yml @@ -25,6 +25,7 @@ recipeList: - org.openrewrite.java.testing.junit5.StaticImports - org.openrewrite.java.testing.junit5.JUnit4to5Migration - org.openrewrite.java.testing.junit5.CleanupAssertions + - org.openrewrite.java.testing.cleanup.RemoveTestPrefix - org.openrewrite.java.testing.cleanup.TestsShouldNotBePublic - org.openrewrite.java.testing.junit5.AddParameterizedTestAnnotation - org.openrewrite.java.testing.junit5.RemoveDuplicateTestTemplates