Renamed test

This commit is contained in:
Valentin Kipyatkov
2016-03-31 20:13:21 +03:00
parent 7b4f26d1b5
commit 3e09a6902a
2 changed files with 3 additions and 3 deletions
@@ -203,9 +203,9 @@ public class JvmSmartCompletionTestGenerated extends AbstractJvmSmartCompletionT
doTest(fileName);
}
@TestMetadata("InClassObject.kt")
public void testInClassObject() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/idea-completion/testData/smart/InClassObject.kt");
@TestMetadata("InCompanionObject.kt")
public void testInCompanionObject() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/idea-completion/testData/smart/InCompanionObject.kt");
doTest(fileName);
}