We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf5f4f commit 0d905eeCopy full SHA for 0d905ee
afterburner/src/test/java/com/fasterxml/jackson/module/afterburner/ser/NullSerializationTest.java
@@ -74,8 +74,8 @@ static class BeanWithNullProps
74
/**********************************************************
75
*/
76
77
- private final ObjectMapper MAPPER = mapperWithModule();
78
-
+ private final ObjectMapper MAPPER = newObjectMapper();
+
79
public void testSimple() throws Exception
80
{
81
assertEquals("null", MAPPER.writeValueAsString(null));
0 commit comments