Fix RuboCop errors

This commit is contained in:
Junegunn Choi
2026-05-19 18:54:15 +09:00
parent 5819e5ff2f
commit 367177d911
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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'