We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7d6db commit b2c40e7Copy full SHA for b2c40e7
src/test/java/com/fasterxml/jackson/failing/GenericNestedType2331Test.java
@@ -34,7 +34,7 @@ public void testGeneric2331() throws Exception {
34
Node root = new Node();
35
root.children.add(new Node());
36
37
- String json = newObjectMapper().writeValueAsString(root);
+ String json = newJsonMapper().writeValueAsString(root);
38
assertNotNull(json);
39
}
40
0 commit comments