Skip to content

Commit 621e96d

Browse files
committed
pause
1 parent 623f7f6 commit 621e96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_binding_inheritance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ def on_mount(self) -> None:
640640
# Check the NoHandle widget has focus
641641
assert pilot.app.query_one(NoHandle).has_focus
642642
# Press the "t" key
643-
await pilot.press("t")
643+
await pilot.press("t", "_")
644644
# Check the action on the no handle widget was called
645645
assert no_handle_invoked
646646
# Check the return value, confirming that the action on Handle was called

0 commit comments

Comments
 (0)