Skip to content

Commit 16994c5

Browse files
Update tests/test_binding_inheritance.py
Co-authored-by: darrenburns <[email protected]>
1 parent 002cbab commit 16994c5

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
@@ -611,7 +611,7 @@ async def test_overlapping_priority_bindings() -> None:
611611

612612

613613
async def test_skip_action() -> None:
614-
"""Test that a binding may be skipped by an action returning False"""
614+
"""Test that a binding may be skipped by an action raising SkipAction"""
615615

616616
class Handle(Widget, can_focus=True):
617617
BINDINGS = [("t", "test('foo')", "Test")]

0 commit comments

Comments
 (0)