Minor: regenerate tests

This commit is contained in:
Nikolay Krasko
2017-12-22 14:41:09 +03:00
parent d7edbb8dfc
commit 93e7e9b28c
@@ -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")