summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-05-13 00:44:27 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-05-13 00:44:33 +0900
commit9bd8b1d25f7ea255fa104729e81e43453f439612 (patch)
tree1758912a629fdc7e0f48d6ccb6a9408af14d0d14
parentdd4be1da380724cdb91daccab8978ed50d7ae6ab (diff)
Fix typo
-rw-r--r--test/test_go.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_go.rb b/test/test_go.rb
index 64b4e26f..81f77c93 100644
--- a/test/test_go.rb
+++ b/test/test_go.rb
@@ -1037,7 +1037,7 @@ class TestGoFZF < TestBase
end
end
- def test_canel
+ def test_cancel
tmux.send_keys "seq 10 | #{fzf "--bind 2:cancel"}", :Enter
tmux.until { |lines| lines[-2].include?('10/10') }
tmux.send_keys '123'