Skip to content

Commit 14e2c5b

Browse files
author
Sun
committed
more fixes
1 parent 3751337 commit 14e2c5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/fasterxml/jackson/module/jsonSchema/TestGenerateJsonSchema.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ public void testSinglePropertyDependency() throws Exception {
283283

284284
Map<String, Object> result = writeAndMap(mapper, jsonSchema);
285285
assertNotNull(result);
286+
286287
String schemaString = mapper.writeValueAsString(jsonSchema);
287288
assertEquals("{\"type\":\"object\"," +
288289
"\"dependencies\":{\"property1\":[\"property2\"]}," +

0 commit comments

Comments
 (0)