diff --git a/tests/input/test_input_key_modification_actions.py b/tests/input/test_input_key_modification_actions.py index 53344d2a3..d54f5a44b 100644 --- a/tests/input/test_input_key_modification_actions.py +++ b/tests/input/test_input_key_modification_actions.py @@ -30,7 +30,7 @@ async def test_delete_left_from_home() -> None: async def test_delete_left_from_end() -> None: - """Deleting left from home should do remove the last character (if there is one).""" + """Deleting left from end should remove the last character (if there is one).""" async with InputTester().run_test() as pilot: for input in pilot.app.query(Input): input.action_end()