Skip to content

Commit a333891

Browse files
committed
Fix formatting in JunitMockitoUpgradeIntegrationTest that caused test failure
1 parent 5dbee68 commit a333891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/org/openrewrite/java/testing/mockito/JunitMockitoUpgradeIntegrationTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ class JunitMockitoUpgradeIntegrationTest : JavaRecipeTest {
247247
import org.mockito.runners.MockitoJUnitRunner;
248248
249249
@RunWith(MockitoJUnitRunner.class)
250-
public class ExampleTest { }
250+
public class ExampleTest {}
251251
""",
252252
after = """
253253
import org.junit.jupiter.api.extension.ExtendWith;

0 commit comments

Comments
 (0)