mirror of
https://github.com/junegunn/fzf.git
synced 2026-08-02 06:00:32 +08:00
Fix RuboCop errors
This commit is contained in:
@@ -389,7 +389,7 @@ class TestPreview < TestInteractive
|
||||
"--preview-window 'right,nowrap,border-rounded' " \
|
||||
'--bind ctrl-w:toggle-preview-wrap ' \
|
||||
'--bind ctrl-r:change-preview-window:border-bold', :Enter
|
||||
sleep 2
|
||||
sleep(2)
|
||||
# Initial: nowrap, rounded border. The long line is truncated; "wrapped" is hidden.
|
||||
tmux.until do |lines|
|
||||
assert_includes lines[2], '2nd line'
|
||||
|
||||
Reference in New Issue
Block a user