Skip to content

Commit 28fbab5

Browse files
committed
update
1 parent aa4f006 commit 28fbab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_entrypoint_with_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class GenderTest(BaseModel):
9393

9494
assert root.name == "gendertest"
9595
assert root.__doc__ == "测试description."
96-
root(["-l", "male", "other"])
96+
root(["-l", "male", "-l", "other"])
9797
self.assertDictEqual(root.config, {
9898
"gender": "male",
9999
"gender_list": ["male", "other"]

0 commit comments

Comments
 (0)