Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit 59709a3

Browse files
committed
Update test.
1 parent e2f7664 commit 59709a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/fasterxml/jackson/datatype/jsr310/TestYearMonthSerializationWithCustomFormatter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ private YearMonth deserializeWith(String json, DateTimeFormatter formatter) thro
5252
public static Collection<Object[]> customFormatters() {
5353
Collection<Object[]> formatters = new ArrayList<>();
5454
formatters.add(new Object[]{DateTimeFormatter.ofPattern("uuuu-MM")});
55+
formatters.add(new Object[]{DateTimeFormatter.ofPattern("uu-M")});
5556
return formatters;
5657
}
5758
}

0 commit comments

Comments
 (0)