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:
@@ -1830,7 +1830,7 @@ class TestGoFZF < TestBase
|
|||||||
tmux.send_keys 'a'
|
tmux.send_keys 'a'
|
||||||
tmux.until { |lines| assert_equal 'a> foo', lines[-1] }
|
tmux.until { |lines| assert_equal 'a> foo', lines[-1] }
|
||||||
tmux.send_keys 'b'
|
tmux.send_keys 'b'
|
||||||
tmux.until { |lines| assert_equal 'c> foo', lines[-1] }
|
tmux.until { |lines| assert_equal 'b> foo', lines[-1] }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user