Skip to content

Commit f349b99

Browse files
committed
Fix broken tests
Fix some tests that were broken with respect to recipe execution cycles.
1 parent 541198c commit f349b99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/org/openrewrite/staticanalysis/ChainStringBuilderAppendCallsTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ void method1() {
161161
@Test
162162
void runMultipleTimes() {
163163
rewriteRun(
164-
spec -> spec.expectedCyclesThatMakeChanges(2),
165164
//language=java
166165
java(
167166
"""

0 commit comments

Comments
 (0)