Update tests/test_binding_inheritance.py

Co-authored-by: darrenburns <darrenburns@users.noreply.github.com>
This commit is contained in:
Will McGugan
2022-12-20 10:42:21 +00:00
committed by GitHub
parent 002cbab0d5
commit 16994c54d1

View File

@@ -611,7 +611,7 @@ async def test_overlapping_priority_bindings() -> None:
async def test_skip_action() -> None:
"""Test that a binding may be skipped by an action returning False"""
"""Test that a binding may be skipped by an action raising SkipAction"""
class Handle(Widget, can_focus=True):
BINDINGS = [("t", "test('foo')", "Test")]