mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-02-08 15:08:30 +00:00
Fix RuboCop errors
This commit is contained in:
parent
afc2f05e5e
commit
fb885652cc
@ -3010,9 +3010,9 @@ class TestGoFZF < TestBase
|
||||
|
||||
def test_info_command_and_focus
|
||||
tmux.send_keys(%(seq 100 | #{FZF} --separator x --info-command 'echo $FZF_POS' --bind focus:clear-query), :Enter)
|
||||
tmux.until { |lines| tmux.until { assert_match(%r{^ 1 xx}, _1[-2]) } }
|
||||
tmux.until { assert_match(/^ 1 xx/, _1[-2]) }
|
||||
tmux.send_keys :Up
|
||||
tmux.until { |lines| tmux.until { assert_match(%r{^ 2 xx}, _1[-2]) } }
|
||||
tmux.until { assert_match(/^ 2 xx/, _1[-2]) }
|
||||
end
|
||||
|
||||
def test_prev_next_selected
|
||||
|
Loading…
x
Reference in New Issue
Block a user