From d353188c2401642daae7aed80897ee06b9571464 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Wed, 14 Dec 2022 10:59:17 +0000 Subject: [PATCH] Correct a typo --- 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 0c9286454..305d51b93 100644 --- a/tests/test_binding_inheritance.py +++ b/tests/test_binding_inheritance.py @@ -231,7 +231,7 @@ async def test_pressing_alpha_on_app() -> None: @pytest.mark.xfail( - reason="Up key isn't firing bound action on an app due to key inheritence of its screen [issue#1343]" + reason="Up key isn't firing bound action on an app due to key inheritance of its screen [issue#1343]" ) async def test_pressing_movement_keys_app() -> None: """Test that pressing the movement keys, when they're bound on the app, results in an action fire."""