diff --git a/java/java-tests/testSrc/com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy b/java/java-tests/testSrc/com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy index b8dff64bdf14..32dfc92200a8 100644 --- a/java/java-tests/testSrc/com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy +++ b/java/java-tests/testSrc/com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy @@ -894,9 +894,7 @@ class Foo { void bar(int aaa, int aaaaa) { foo() } } """) type 'a' - println myFixture.lookupElementStrings type 'a' - println myFixture.lookupElementStrings type ',' assert myFixture.editor.document.text.contains('foo(aaa, )') }