Skip to content

Commit

Permalink
Fix tests id in test_info_dict.py
Browse files Browse the repository at this point in the history
  • Loading branch information
saroad2 authored and AndreasBackx committed Nov 2, 2024
1 parent b210d29 commit 203bcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_info_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class MyEnum(enum.Enum):
"choices": ["ONE", "TWO", "THREE"],
"case_sensitive": True,
},
id="Choice ParamType",
id="EnumChoice ParamType",
),
pytest.param(
click.DateTime(["%Y-%m-%d"]),
Expand Down

0 comments on commit 203bcb7

Please sign in to comment.