Skip to content

Commit

Permalink
✅ fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Wytamma committed Sep 25, 2024
1 parent 9331b76 commit f861d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli/test_dynamic_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_create_option_from_annotation_with_enums(
"test", default_annotation_values, default_default_values
)

assert option.enums == ["a", "b", "c"]
assert option.choices == ["a", "b", "c"]


@pytest.fixture
Expand Down

0 comments on commit f861d70

Please sign in to comment.