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')