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