mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Typo fix
Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
@@ -171,7 +171,7 @@ async def test_deselect() -> None:
|
|||||||
|
|
||||||
|
|
||||||
async def test_deselect_deselected() -> 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:
|
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