Skip to content

Commit 430174a

Browse files
committed
Fix expectation of failing test
1 parent af84b02 commit 430174a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/openrewrite/java/testing/mockito/ReplacePowerMockitoIntegrationTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ public void testCalendarDynamic() throws Exception {
582582
""",
583583
"""
584584
import static org.mockito.Mockito.*;
585+
585586
import java.util.Calendar;
586587
import java.util.Locale;
587588

0 commit comments

Comments
 (0)