diff --git a/plugins/groovy/test/org/jetbrains/plugins/groovy/inspections/CastToTypeTest.groovy b/plugins/groovy/test/org/jetbrains/plugins/groovy/inspections/CastToTypeTest.groovy index 0d87bd6ac5e6..cfa51bc28b55 100644 --- a/plugins/groovy/test/org/jetbrains/plugins/groovy/inspections/CastToTypeTest.groovy +++ b/plugins/groovy/test/org/jetbrains/plugins/groovy/inspections/CastToTypeTest.groovy @@ -39,6 +39,6 @@ public class CastToTypeTest extends LightCodeInsightFixtureTestCase { myFixture.checkResultByFile(getTestName(true) + '_after.groovy') } - void testSimple() {doTest('Cast to List')} + void testSimple() {doTest('Cast to List')} void testInReturnType() {doTest('Cast to int')} }