mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-11 02:02:01 -07:00
Remove unused block argument
This commit is contained in:
@@ -1980,7 +1980,7 @@ class TestGoFZF < TestBase
|
|||||||
|
|
||||||
# Scroll upwards to stop following
|
# Scroll upwards to stop following
|
||||||
tmux.send_keys :Up
|
tmux.send_keys :Up
|
||||||
wait { |lines| assert_includes lines[-2], 'bar' }
|
wait { assert_includes lines[-2], 'bar' }
|
||||||
file.puts 'aaa'
|
file.puts 'aaa'
|
||||||
tmux.until do |lines|
|
tmux.until do |lines|
|
||||||
assert_includes lines[1], '/1007'
|
assert_includes lines[1], '/1007'
|
||||||
|
Reference in New Issue
Block a user