Skip to content

Commit bfcd346

Browse files
author
KunxiSun
committed
fix: pydanticv1 unitest
1 parent f388555 commit bfcd346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def test_json_schema_inherit_model_pydantic_v1():
103103
},
104104
"MyEnum3": {
105105
"title": "MyEnum3",
106-
"description": "An int enumeration.",
106+
"description": "An enumeration.",
107107
"enum": [1, 2],
108108
"type": "integer",
109109
},

0 commit comments

Comments
 (0)