소스 검색

Fix test failure

Junegunn Choi 11 년 전
부모
커밋
e8cd357060
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      test/workflow.vader

+ 2 - 2
test/workflow.vader

@@ -304,8 +304,8 @@ Execute (Rollback recent updates, PlugUpdate, then PlugDiff):
 
   " ]] motion
   execute 'normal $]]'
-  Assert index([lnum + 4, lnum + 5], line('.')) >= 0
-   " +5 for merge commit
+  Assert line('.') >= 4
+    " 5+ for merge commit
   AssertEqual 3, col('.')
 
   " [[ motion