Rename a test to be more in line with the others

This commit is contained in:
Dave Pearson
2023-01-29 11:49:29 +00:00
parent af4a6b0f68
commit 5bf0542e47

View File

@@ -93,7 +93,7 @@ async def test_input_left_word_from_end() -> None:
assert input.cursor_position == expected_at[input.id]
async def test_input_right_word_from_start() -> None:
async def test_input_right_word_from_home() -> None:
"""Going right one word from the start should land correctly.."""
async with InputTester().run_test() as pilot:
expected_at: dict[str | None, int] = {