mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Finish a half-finished docstring
This commit is contained in:
@@ -181,7 +181,7 @@ async def test_deselect_deselected() -> None:
|
|||||||
|
|
||||||
|
|
||||||
async def test_deselect_all() -> 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:
|
async with SelectionListApp().run_test() as pilot:
|
||||||
assert isinstance(pilot.app, SelectionListApp)
|
assert isinstance(pilot.app, SelectionListApp)
|
||||||
await pilot.pause()
|
await pilot.pause()
|
||||||
|
|||||||
Reference in New Issue
Block a user