diff --git a/src/main/resources/META-INF/rewrite/junit5.yml b/src/main/resources/META-INF/rewrite/junit5.yml index 6d889a85a..bb7521451 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.JUnit4to5Migration - org.openrewrite.java.testing.junit5.StaticImports - org.openrewrite.java.testing.junit5.CleanupAssertions + - org.openrewrite.java.testing.cleanup.AssertLiteralBooleanToFailRecipe - org.openrewrite.java.testing.cleanup.RemoveTestPrefix - org.openrewrite.java.testing.cleanup.TestsShouldNotBePublic - org.openrewrite.java.testing.junit5.AddParameterizedTestAnnotation