Skip to content

Commit 3751337

Browse files
author
Sun
committed
more fixes
1 parent 318b94e commit 3751337

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)