Fix test name

This commit is contained in:
Alexander Zolotov
2014-08-28 16:27:57 +04:00
parent ce79c4813f
commit 76b808ffa6
@@ -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