diff --git a/src/test/java/org/openrewrite/java/testing/junit5/AssertToAssertionsTest.java b/src/test/java/org/openrewrite/java/testing/junit5/AssertToAssertionsTest.java index f20787a14..aba15128f 100644 --- a/src/test/java/org/openrewrite/java/testing/junit5/AssertToAssertionsTest.java +++ b/src/test/java/org/openrewrite/java/testing/junit5/AssertToAssertionsTest.java @@ -321,8 +321,7 @@ void staticallyImportAssertions() { .recipe(Environment.builder() .scanRuntimeClasspath("org.openrewrite.java.testing") .build() - .activateRecipes("org.openrewrite.java.testing.junit5.JUnit5BestPractices")) - .expectedCyclesThatMakeChanges(2), + .activateRecipes("org.openrewrite.java.testing.junit5.JUnit5BestPractices")), //language=java java( """