From dc350aaa8bed176bf3e812e5c2b552a849651f87 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Thu, 17 Apr 2025 03:07:08 -0300 Subject: [PATCH] Adds Test for AllOfTypeParser Case --- tests/parser/test_allof_type_parser.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/parser/test_allof_type_parser.py b/tests/parser/test_allof_type_parser.py index 9edc865..95ce68e 100644 --- a/tests/parser/test_allof_type_parser.py +++ b/tests/parser/test_allof_type_parser.py @@ -243,10 +243,14 @@ class TestAllOfTypeParser(TestCase): }, { "properties": { + "name": { + "type": "string", + "default": "John", + }, "age": { "type": "integer", "default": 30, - } + }, }, }, ],