From cb59832d19f6e44d6a9c5bc5e9f44860b377c3ad Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Wed, 8 Nov 2023 11:47:21 +0100 Subject: [PATCH] Remove test prefix with JUnit best practices (#424) --- src/main/resources/META-INF/rewrite/junit5.yml | 1 + 1 file changed, 1 insertion(+) 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