diff --git a/java/java-tests/testSrc/com/intellij/codeInsight/editorActions/SelectionQuotingTest.groovy b/java/java-tests/testSrc/com/intellij/codeInsight/editorActions/SelectionQuotingTest.groovy index 5510756ee755..1c492325eb3c 100644 --- a/java/java-tests/testSrc/com/intellij/codeInsight/editorActions/SelectionQuotingTest.groovy +++ b/java/java-tests/testSrc/com/intellij/codeInsight/editorActions/SelectionQuotingTest.groovy @@ -36,7 +36,7 @@ var c = "test test test";\ def expected = '''\ var a = "a test"; -var b = abc; +var b = "abc"; var c = "test test test";\ '''