Skip to content

Commit

Permalink
Change test case expectation (hard-coded minimum width removed)
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Dec 8, 2024
1 parent 0837691 commit b3114ec
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/test_go.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2814,13 +2814,13 @@ def test_height_range_fit_preview_left
tmux.send_keys "seq 3 | fzf --height ~100% --border=vertical --preview 'seq {}' --preview-window left,5,border-right --padding 1 --exit-0 --header $'hello\\nworld' --header-lines=2", :Enter
expected = <<~OUTPUT
│ 1 │ > 3
│ 2 │ 2
│ 3 │ 1
│ hello
│ world
│ 1/1 ─
│ >
│ 1 │ > 3
│ 2 │ 2
│ 3 │ 1
│ │ hello
│ │ world
│ │ 1/1 ─
│ │ >
OUTPUT
tmux.until { assert_block(expected, _1) }
Expand Down

0 comments on commit b3114ec

Please sign in to comment.