diff --git a/plugins/uast-kotlin/testData/cycleInTypeParameters.types.txt b/plugins/uast-kotlin/testData/CycleInTypeParameters.types.txt similarity index 100% rename from plugins/uast-kotlin/testData/cycleInTypeParameters.types.txt rename to plugins/uast-kotlin/testData/CycleInTypeParameters.types.txt diff --git a/plugins/uast-kotlin/tests/KotlinUastTypesTest.kt b/plugins/uast-kotlin/tests/KotlinUastTypesTest.kt index 6a7c1895f3c..86a0485ac7c 100644 --- a/plugins/uast-kotlin/tests/KotlinUastTypesTest.kt +++ b/plugins/uast-kotlin/tests/KotlinUastTypesTest.kt @@ -7,5 +7,5 @@ class KotlinUastTypesTest : AbstractKotlinTypesTest() { @Test fun testUnexpectedContainerException() = doTest("UnexpectedContainerException") - @Test fun testCycleInTypeParameters() = doTest("cycleInTypeParameters") + @Test fun testCycleInTypeParameters() = doTest("CycleInTypeParameters") } \ No newline at end of file