summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-03-29 22:06:06 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-03-29 22:06:06 +0900
commita5c2f28539c460d9ac42d1a8e37f2b149b694d4a (patch)
treefd1ed26c1b4b6c68f5ac2c440af01f27719475a4 /test
parent18261fe31cf1270f9aa783f99bbdbca343f89479 (diff)
Fix failing test case
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_go.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_go.rb b/test/test_go.rb
index 83d189f5..a1ea33a5 100755
--- a/test/test_go.rb
+++ b/test/test_go.rb
@@ -1846,7 +1846,7 @@ module TestShell
tmux.send_keys 'C-r'
tmux.until { |lines| lines.match_count.positive? }
end
- tmux.send_keys '3d'
+ tmux.send_keys 'e3d'
# Duplicates removed: 3d (1) + 3rd (1) => 2 matches
tmux.until { |lines| lines.match_count == 2 }
tmux.until { |lines| lines[-3].end_with? 'echo 3d' }