Skip to content

Commit 6ccdde4

Browse files
committed
uncomment part of test
1 parent 0cbe2de commit 6ccdde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_parser/test_properties/test_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ def test_build_model_property_bad_additional_props():
11451145
parent_name=None,
11461146
)
11471147

1148-
# assert new_schemas == schemas
1148+
assert new_schemas == schemas
11491149
assert err == PropertyError(detail="unknown type not_real", data=oai.Schema(type="not_real"))
11501150

11511151

0 commit comments

Comments
 (0)