From 9bd8b1d25f7ea255fa104729e81e43453f439612 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 13 May 2016 00:44:27 +0900 Subject: [PATCH] Fix typo --- test/test_go.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_go.rb b/test/test_go.rb index 64b4e26..81f77c9 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'