From a944554d0d28e2aa66849bae2e378f69b107bd34 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Thu, 25 May 2023 13:58:31 +0100 Subject: [PATCH] Finish a half-finished docstring --- 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 5dd68a353..d90f04c6d 100644 --- a/tests/selection_list/test_selection_messages.py +++ b/tests/selection_list/test_selection_messages.py @@ -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()