Minor: regenerate tests
This commit is contained in:
@@ -821,7 +821,7 @@ public class LocalInspectionTestGenerated extends AbstractLocalInspectionTest {
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class JavaCollectionsStaticMethod extends AbstractLocalInspectionTest {
|
||||
public void testAllFilesPresentInJavaCollectionsStaticMethod() throws Exception {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("idea/testData/inspectionsLocal/javaCollectionsStaticMethod"), Pattern.compile("^([\\w\\-_]+)\\.kt$"), TargetBackend.ANY, true);
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("idea/testData/inspectionsLocal/javaCollectionsStaticMethod"), Pattern.compile("^([\\w\\-_]+)\\.(kt|kts)$"), TargetBackend.ANY, true);
|
||||
}
|
||||
|
||||
@TestMetadata("fill.kt")
|
||||
|
||||
Reference in New Issue
Block a user