Skip to content

Commit

Permalink
Fix RuboCop error
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Jan 2, 2025
1 parent ee3916b commit e5cfc98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_go.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3450,7 +3450,6 @@ def test_gap_2
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
Expand Down

0 comments on commit e5cfc98

Please sign in to comment.