Corrected test

This commit is contained in:
Valentin Kipyatkov
2014-10-22 17:08:43 +04:00
parent 34d4477a12
commit 82d5e044c7
@@ -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')