Fix a typo

This commit is contained in:
Dave Pearson
2023-02-27 10:07:25 +00:00
parent 7f90e4e850
commit db9b9e1c5d

View File

@@ -37,7 +37,7 @@ async def test_radio_sets_initial_state():
async def test_radio_sets_toggle():
"""Test the starts of the radio sets after they've been toggled."""
"""Test the status of the radio sets after they've been toggled."""
async with RadioSetApp().run_test() as pilot:
pilot.app.query_one("#from_buttons", RadioSet)._buttons[0].toggle()
pilot.app.query_one("#from_strings", RadioSet)._buttons[2].toggle()