diff --git a/tests/toggles/test_radiobutton.py b/tests/toggles/test_radiobutton.py index 3e1e1c9b3..a0a012ea0 100644 --- a/tests/toggles/test_radiobutton.py +++ b/tests/toggles/test_radiobutton.py @@ -35,7 +35,7 @@ async def test_radio_button_initial_state() -> None: async def test_radio_button_toggle() -> None: - """The states of the radio buttons after they've been toggled.""" + """Test the status of the radio buttons after they've been toggled.""" async with RadioButtonApp().run_test() as pilot: for box in pilot.app.query(RadioButton): box.toggle()