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 86c6402 commit f997745Copy full SHA for f997745
src/test/java/com/fasterxml/jackson/datatype/joda/JodaSerializationTest.java
@@ -232,7 +232,7 @@ public void testInstantSer() throws IOException {
232
233
// but if re-configured, as regular ISO-8601 string
234
assertEquals(quote("1970-01-01T00:00:00.000Z"), MAPPER.writer()
235
- .without(SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS)
+ .without(SerializationFeature.WRITE_DATES_AS_TIMESTAMPS)
236
.writeValueAsString(instant));
237
}
238
0 commit comments