Fix test failure

pull/3128/head
Junegunn Choi 1 year ago
parent e97e925efb
commit 3cd3362417
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

@ -1980,7 +1980,7 @@ class TestGoFZF < TestBase
# Scroll upwards to stop following
tmux.send_keys :Up
wait { |line| assert_includes lines[-2], 'bar' }
wait { |lines| assert_includes lines[-2], 'bar' }
file.puts 'aaa'
tmux.until do |lines|
assert_includes lines[1], '/1007'

Loading…
Cancel
Save