mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Correct a typo
This commit is contained in:
@@ -231,7 +231,7 @@ async def test_pressing_alpha_on_app() -> None:
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.xfail(
|
@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:
|
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."""
|
"""Test that pressing the movement keys, when they're bound on the app, results in an action fire."""
|
||||||
|
|||||||
Reference in New Issue
Block a user