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 1549410 commit 87654d5Copy full SHA for 87654d5
datetime/src/test/java/com/fasterxml/jackson/datatype/jsr310/TestDurationDeserialization.java
@@ -209,7 +209,7 @@ public void testDeserializationAsEmptyArrayDisabled() throws Throwable
209
READER.readValue("[]");
210
fail("expected MismatchedInputException");
211
} catch (MismatchedInputException e) {
212
- verifyException(e, "Cannot deserialize instance of java.time.Duration out of START_ARRAY");
+ verifyException(e, "Cannot deserialize instance of `java.time.Duration` out of START_ARRAY");
213
}
214
try {
215
newMapper()
0 commit comments