Skip to content

Commit 10dc940

Browse files
committed
!squash test pane
1 parent 61c167f commit 10dc940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pane.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def test_resize_pane(
173173
)
174174
assert int(pane.pane_width) == 75
175175

176-
if has_gte_version("3.0"):
176+
if has_gte_version("3.1"):
177177
# Manual: Height percentage
178178
window.select_layout("main-vertical")
179179
pane_height_before = int(pane.pane_height)

0 commit comments

Comments
 (0)