From 76b808ffa649924fb39c65ac97590b9fab5129ca Mon Sep 17 00:00:00 2001 From: Alexander Zolotov Date: Thu, 28 Aug 2014 16:23:11 +0400 Subject: [PATCH] Fix test name --- .../intellij/codeInsight/completion/JavaAutoPopupTest.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9c6c2596ed55..1dd75011d3b8 100644 --- a/java/java-tests/testSrc/com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy +++ b/java/java-tests/testSrc/com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy @@ -1661,7 +1661,7 @@ class Foo {{ assert lookup } - public void "test show popup with single live template if show.live.templates.in.completion option is enabled"() { + public void "test show popup with single live template if show_live_tempate_in_completion option is enabled"() { def oldValue = LiveTemplateCompletionContributor.ourShowTemplatesInTests try { LiveTemplateCompletionContributor.ourShowTemplatesInTests = false