Skip to content

Commit a113a60

Browse files
committed
try to fix height test by making pane taller
1 parent 512f2de commit a113a60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_pane.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ def test_set_height(session):
3131
pane1 = window.attached_pane
3232
pane1_height = pane1['pane_height']
3333

34-
pane1.set_height(2)
34+
pane1.set_height(4)
3535
assert pane1['pane_height'] != pane1_height
36-
assert int(pane1['pane_height']) == 2
36+
assert int(pane1['pane_height']) == 4
3737

3838

3939
def test_set_width(session):

0 commit comments

Comments
 (0)