Skip to content

Commit 3560150

Browse files
committed
Rename test to avoid name duplication
Due to duplicate names, one of the tests wasn't run.
1 parent da3f608 commit 3560150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/select/test_value.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ async def test_value_assign_to_blank():
6060
assert select.is_blank()
6161

6262

63-
async def test_initial_value_is_picked_if_allow_blank_is_false():
63+
async def test_default_value_is_picked_if_allow_blank_is_false():
6464
"""The initial value should be picked by default if allow_blank=False."""
6565

6666
class SelectApp(App[None]):

0 commit comments

Comments
 (0)