Skip to content

Commit b9736d7

Browse files
committed
Fix broken test
This test was broken with respect to recipe execution cycles.
1 parent 7a07f04 commit b9736d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ void foo() {
318318
void staticallyImportAssertions() {
319319
rewriteRun(
320320
spec -> spec
321-
.cycles(3)
322321
.recipe(Environment.builder()
323322
.scanRuntimeClasspath("org.openrewrite.java.testing")
324323
.build()

0 commit comments

Comments
 (0)