diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-10-01 19:45:53 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-10-01 19:45:53 +0900 |
| commit | e76aa37fd402f994ff194a02e47576fba928e8f4 (patch) | |
| tree | 31c4c2deec8a20f6a11fea86969ed8fd4d4993cf /test | |
| parent | 1a32220ca94ae897cab408a9eeaed094a8a739f1 (diff) | |
| download | fzf-e76aa37fd402f994ff194a02e47576fba928e8f4.tar.gz | |
Make RuboCop happy
Diffstat (limited to 'test')
| -rwxr-xr-x | test/test_go.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_go.rb b/test/test_go.rb index 2a462157..ff63c90f 100755 --- a/test/test_go.rb +++ b/test/test_go.rb @@ -3394,7 +3394,7 @@ class TestGoFZF < TestBase end def test_gap - tmux.send_keys %[seq 100 | #{FZF} --gap --border --reverse], :Enter + tmux.send_keys %(seq 100 | #{FZF} --gap --border --reverse), :Enter block = <<~BLOCK ╭───────────────── │ > @@ -3411,7 +3411,7 @@ class TestGoFZF < TestBase end def test_gap_2 - tmux.send_keys %[seq 100 | #{FZF} --gap=2 --border --reverse], :Enter + tmux.send_keys %(seq 100 | #{FZF} --gap=2 --border --reverse), :Enter block = <<~BLOCK ╭───────────────── │ > |
