m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

Fix typo in test case

This commit is contained in:
Junegunn Choi
2020-12-04 20:39:44 +09:00
parent 6d647e13ff
commit cbfee31593

View File

@@ -1830,7 +1830,7 @@ class TestGoFZF < TestBase
tmux.send_keys 'a'
tmux.until { |lines| assert_equal 'a> foo', lines[-1] }
tmux.send_keys 'b'
tmux.until { |lines| assert_equal 'c> foo', lines[-1] }
tmux.until { |lines| assert_equal 'b> foo', lines[-1] }
end
end