We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3f608 commit 3560150Copy full SHA for 3560150
tests/select/test_value.py
@@ -60,7 +60,7 @@ async def test_value_assign_to_blank():
60
assert select.is_blank()
61
62
63
-async def test_initial_value_is_picked_if_allow_blank_is_false():
+async def test_default_value_is_picked_if_allow_blank_is_false():
64
"""The initial value should be picked by default if allow_blank=False."""
65
66
class SelectApp(App[None]):
0 commit comments