Skip to content

Commit f997745

Browse files
committed
fix a test that was broken (and masked the bug fixed with last commit)
1 parent 86c6402 commit f997745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/fasterxml/jackson/datatype/joda/JodaSerializationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ public void testInstantSer() throws IOException {
232232

233233
// but if re-configured, as regular ISO-8601 string
234234
assertEquals(quote("1970-01-01T00:00:00.000Z"), MAPPER.writer()
235-
.without(SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS)
235+
.without(SerializationFeature.WRITE_DATES_AS_TIMESTAMPS)
236236
.writeValueAsString(instant));
237237
}
238238

0 commit comments

Comments
 (0)