Fixes Test of AllOf

This commit is contained in:
2025-06-03 00:49:54 -03:00
parent e37e9818ed
commit 2b2c823e27

View File

@@ -221,7 +221,7 @@ class TestAllOfTypeParser(TestCase):
type_parsing, _ = AllOfTypeParser().from_properties("placeholder", properties)
self.assertEqual(
type_parsing.schema()["properties"]["name"]["description"],
type_parsing.model_json_schema()["properties"]["name"]["description"],
"One | Of | Us",
)