mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-10 15:50:56 +00:00
Remove unused block argument
This commit is contained in:
parent
3cd3362417
commit
b7cce7be15
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user