From 894a1016bccfcb3c68707b798a73e99b78e97bd4 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 17 May 2025 11:20:20 +0900 Subject: [PATCH] RuboCop lint --- test/test_core.rb | 4 ++-- 1 file 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