mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge pull request #6033 from davidfokkema/fix-duplicate-named-test
Rename test to avoid name duplication
This commit is contained in:
@@ -60,7 +60,7 @@ async def test_value_assign_to_blank():
|
||||
assert select.is_blank()
|
||||
|
||||
|
||||
async def test_initial_value_is_picked_if_allow_blank_is_false():
|
||||
async def test_default_value_is_picked_if_allow_blank_is_false():
|
||||
"""The initial value should be picked by default if allow_blank=False."""
|
||||
|
||||
class SelectApp(App[None]):
|
||||
|
||||
Reference in New Issue
Block a user