Skip to content

Commit ec8f411

Browse files
committed
Formatting
Signed-off-by: Louis Mandel <[email protected]>
1 parent cad8a7c commit ec8f411

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/test_type_checking.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,12 @@ def test_hello1():
574574

575575
hello2 = {
576576
"description": "Hello world!",
577-
"spec": {"type": "array", "minItems": 0, "maxItems": 0, "items": {"type":"string"}},
577+
"spec": {
578+
"type": "array",
579+
"minItems": 0,
580+
"maxItems": 0,
581+
"items": {"type": "string"},
582+
},
578583
"data": ["Hello", "World"],
579584
}
580585

0 commit comments

Comments
 (0)