We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4b981 commit 376ad58Copy full SHA for 376ad58
src/test/java/org/openrewrite/java/testing/junit5/AssertThrowsOnLastStatementTest.java
@@ -448,18 +448,15 @@ void lastStatementHasArgumentWhichNeedImport() {
448
rewriteRun(
449
java(
450
"""
451
- package org.test.other;
452
- public class SomeObject {}
453
- public class SomeObjectProvider {
454
- public static SomeObject getSomeObject() {
455
- return null;
456
- }
457
- public static void testThing(SomeObject someObject) {}
458
459
-
+ package org.test.other;
+ public class SomeObject {}
+ public class SomeObjectProvider {
+ public static SomeObject getSomeObject() {
+ return null;
+ }
460
public static void testThing(SomeObject someObject) {}
461
}
462
- """
+ """
463
),
464
465
0 commit comments