Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
Dave Pearson
2023-05-25 13:19:18 +01:00
committed by GitHub
parent 34f7136f21
commit 51133b3a62

View File

@@ -171,7 +171,7 @@ async def test_deselect() -> None:
async def test_deselect_deselected() -> None:
"""Deselecting a deslected option should result in no extra messages."""
"""Deselecting a deselected option should result in no extra messages."""
async with SelectionListApp().run_test() as pilot:
assert isinstance(pilot.app, SelectionListApp)
await pilot.pause()