Finish a half-finished docstring

This commit is contained in:
Dave Pearson
2023-05-25 13:58:31 +01:00
parent baa060f9fa
commit a944554d0d

View File

@@ -181,7 +181,7 @@ async def test_deselect_deselected() -> None:
async def test_deselect_all() -> None:
"""Deselecting all options should result in no additional."""
"""Deselecting all deselected options should result in no additional messages."""
async with SelectionListApp().run_test() as pilot:
assert isinstance(pilot.app, SelectionListApp)
await pilot.pause()