From 51133b3a6233dd5e692eb1d978b747bbe6cc5a94 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Thu, 25 May 2023 13:19:18 +0100 Subject: [PATCH] Typo fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com> --- tests/selection_list/test_selection_messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/selection_list/test_selection_messages.py b/tests/selection_list/test_selection_messages.py index 2659f70ae..5dd68a353 100644 --- a/tests/selection_list/test_selection_messages.py +++ b/tests/selection_list/test_selection_messages.py @@ -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()