mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix a typo
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user