diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-02 16:55:56 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-02 16:55:56 +0900 |
| commit | e5cfc988ec1d6df7f4077b02fd4622519fea32a7 (patch) | |
| tree | 680574bf1d55faab79704ea57f1631e0f1e5e3d0 | |
| parent | ee3916be17a340205875f9ccfaf71a1683a2fdf9 (diff) | |
| download | fzf-e5cfc988ec1d6df7f4077b02fd4622519fea32a7.tar.gz | |
Fix RuboCop error
| -rwxr-xr-x | test/test_go.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_go.rb b/test/test_go.rb index 89d32628..4aff448a 100755 --- a/test/test_go.rb +++ b/test/test_go.rb @@ -3450,7 +3450,6 @@ class TestGoFZF < TestBase tmux.until { assert_block(block, _1) } end - def test_list_border_and_label tmux.send_keys %(seq 100 | #{FZF} --border rounded --list-border double --list-label list --list-label-pos 2:bottom --header-lines 3 --query 1 --padding 1,2), :Enter block = <<~BLOCK |
