Skip to content

Commit a606a50

Browse files
committed
Fix to issue #112 test file
Signed-off-by: Francis Galiegue <[email protected]>
1 parent dd18163 commit a606a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/resources/other/issue112.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"$ref": "#/definitions/unit-value"
4242
}
4343
},
44-
"required": [ "unit-value"]
44+
"required": [ "unit-value" ]
4545
}
4646
},
4747

@@ -61,6 +61,6 @@
6161
},
6262
"instance": {
6363
"unit": "cm",
64-
"unit-value": { "unit": "" }
64+
"unit-value": { "unit": "cm" }
6565
}
6666
}

0 commit comments

Comments
 (0)