Skip to content

Commit bfcb7d2

Browse files
committed
Attempt to fix staticallyImportAssertions()
1 parent 322cc00 commit bfcb7d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/org/openrewrite/java/testing/junit5/AssertToAssertionsTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,7 @@ void staticallyImportAssertions() {
321321
.recipe(Environment.builder()
322322
.scanRuntimeClasspath("org.openrewrite.java.testing")
323323
.build()
324-
.activateRecipes("org.openrewrite.java.testing.junit5.JUnit5BestPractices"))
325-
.expectedCyclesThatMakeChanges(2),
324+
.activateRecipes("org.openrewrite.java.testing.junit5.JUnit5BestPractices")),
326325
//language=java
327326
java(
328327
"""

0 commit comments

Comments
 (0)