Skip to content

Commit 76f9114

Browse files
authored
Modify testing recipes in rewrite.yml
1 parent b1589c7 commit 76f9114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rewrite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ recipeList:
202202
# - org.openrewrite.staticanalysis.WriteOctalValuesAsDecimal
203203

204204
# - org.openrewrite.java.testing.junit5.JUnit5BestPractices -- cannot be used directly, because one recipe is not working (see below)
205-
- org.openrewrite.java.testing.cleanup.AssertLiteralBooleanToFailRecipe
206205
- org.openrewrite.java.testing.cleanup.RemoveTestPrefix
206+
- org.openrewrite.java.testing.cleanup.TestMethodsShouldBeVoid
207207
# - org.openrewrite.java.testing.cleanup.TestsShouldNotBePublic -- does not work due to https://github.com/openrewrite/rewrite-testing-frameworks/issues/458
208208
- org.openrewrite.java.testing.junit5.CleanupAssertions
209209
- org.openrewrite.java.testing.junit5.AddParameterizedTestAnnotation

0 commit comments

Comments
 (0)