Skip to content

Commit 87654d5

Browse files
committed
fix a minor test fail
1 parent 1549410 commit 87654d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datetime/src/test/java/com/fasterxml/jackson/datatype/jsr310/TestDurationDeserialization.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public void testDeserializationAsEmptyArrayDisabled() throws Throwable
209209
READER.readValue("[]");
210210
fail("expected MismatchedInputException");
211211
} catch (MismatchedInputException e) {
212-
verifyException(e, "Cannot deserialize instance of java.time.Duration out of START_ARRAY");
212+
verifyException(e, "Cannot deserialize instance of `java.time.Duration` out of START_ARRAY");
213213
}
214214
try {
215215
newMapper()

0 commit comments

Comments
 (0)