Fix typo in test case

This commit is contained in:
Junegunn Choi 2020-12-04 20:39:44 +09:00
parent 6d647e13ff
commit cbfee31593
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
1 changed files with 1 additions and 1 deletions

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