Skip to content

Commit 749106b

Browse files
committed
fix format
1 parent 7b284d5 commit 749106b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

unit_tests/sources/utils/test_transform.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"too_many_types": {"type": ["boolean", "null", "string"]},
2121
"def": {
2222
"type": "object",
23-
"properties": {"dd": {"$ref": "#/definitions/my_type"}}, # << Broken (missing?) on purpose?
23+
"properties": {
24+
"dd": {"$ref": "#/definitions/my_type"},
25+
},
2426
},
2527
"array": {"type": "array", "items": {"$ref": "#/definitions/str_type"}},
2628
"nested": {"$ref": "#/definitions/nested_type"},

0 commit comments

Comments
 (0)