summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_core.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_core.rb b/test/test_core.rb
index 2b218867..94ed9251 100644
--- a/test/test_core.rb
+++ b/test/test_core.rb
@@ -1859,9 +1859,9 @@ class TestCore < TestInteractive
line = nil
tmux.until { |lines| line = lines.index('> 1') }
tmux.send_keys :PgDn
- tmux.until { |lines| assert_includes lines[line + 4], "> 5" }
+ tmux.until { |lines| assert_includes lines[line + 4], '> 5' }
tmux.send_keys :Space
- tmux.until { |lines| assert_includes lines[line + 2], "> 5" }
+ tmux.until { |lines| assert_includes lines[line + 2], '> 5' }
end
def test_no_input_query