Fix a typo/thinko in a test name

This commit is contained in:
Dave Pearson
2023-01-29 11:48:48 +00:00
parent 112c789e3c
commit af4a6b0f68

View File

@@ -108,7 +108,7 @@ async def test_input_right_word_from_start() -> None:
assert input.cursor_position == expected_at[input.id]
async def test_input_right_word_from_home() -> None:
async def test_input_right_word_from_end() -> None:
"""Going right one word from the end should do nothing."""
async with InputTester().run_test() as pilot:
for input in pilot.app.query(Input):