From e8cd357060c3fa00c137ca1b3ca75a97015a914b Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 13 Dec 2014 11:51:37 +0900 Subject: [PATCH] Fix test failure --- test/workflow.vader | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/workflow.vader b/test/workflow.vader index f23b780..6bc06a5 100644 --- a/test/workflow.vader +++ b/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