We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512f2de commit a113a60Copy full SHA for a113a60
tests/test_pane.py
@@ -31,9 +31,9 @@ def test_set_height(session):
31
pane1 = window.attached_pane
32
pane1_height = pane1['pane_height']
33
34
- pane1.set_height(2)
+ pane1.set_height(4)
35
assert pane1['pane_height'] != pane1_height
36
- assert int(pane1['pane_height']) == 2
+ assert int(pane1['pane_height']) == 4
37
38
39
def test_set_width(session):
0 commit comments