Skip to content

Commit

Permalink
!squash test pane
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Feb 15, 2024
1 parent 61c167f commit 10dc940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pane.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def test_resize_pane(
)
assert int(pane.pane_width) == 75

if has_gte_version("3.0"):
if has_gte_version("3.1"):
# Manual: Height percentage
window.select_layout("main-vertical")
pane_height_before = int(pane.pane_height)
Expand Down

0 comments on commit 10dc940

Please sign in to comment.