From 16994c54d176e087ee3a1d541832c465fb719848 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Tue, 20 Dec 2022 10:42:21 +0000 Subject: [PATCH] Update tests/test_binding_inheritance.py Co-authored-by: darrenburns --- tests/test_binding_inheritance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_binding_inheritance.py b/tests/test_binding_inheritance.py index 8f7029e35..a1f83042a 100644 --- a/tests/test_binding_inheritance.py +++ b/tests/test_binding_inheritance.py @@ -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")]