From 82d5e044c7c6c4c6a6e5daf16727d8f05274864e Mon Sep 17 00:00:00 2001 From: Valentin Kipyatkov Date: Wed, 22 Oct 2014 17:08:43 +0400 Subject: [PATCH] Corrected test --- .../jet/completion/handlers/BasicCompletionHandlerTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/tests/org/jetbrains/jet/completion/handlers/BasicCompletionHandlerTest.kt b/idea/tests/org/jetbrains/jet/completion/handlers/BasicCompletionHandlerTest.kt index dafa2ffc8d0..e88e8dabf04 100644 --- a/idea/tests/org/jetbrains/jet/completion/handlers/BasicCompletionHandlerTest.kt +++ b/idea/tests/org/jetbrains/jet/completion/handlers/BasicCompletionHandlerTest.kt @@ -90,7 +90,7 @@ public class BasicCompletionHandlerTest : CompletionHandlerTestBase(){ fun testTabInsertBeforeParentheses() = doTest(0, "vvvvv", null, '\t') - fun testTabInsertInsideBraces() = doTest(0, "vvvvv", null, '\t') + fun testTabInsertInsideBraces() = doTest(1, "vvvvv", null, '\t') fun testTabInsertInsideBrackets() = doTest(0, "vvvvv", null, '\t')