Skip to content

Commit

Permalink
Merge branch '2.9' into 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 28, 2018
2 parents b3e7c77 + 5c495f4 commit 0efa55d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ public void testBigDecimalType() throws IOException {
assertEquals(NR, parser.getDecimalValue());
assertEquals(NR.doubleValue(), parser.getDoubleValue());
assertEquals(NR.intValue(), parser.getIntValue());
assertEquals(JsonToken.END_OBJECT, parser.nextToken());
assertNull(parser.nextToken());
}
// Almost good. But [dataformats#139] to consider too...
// ... but that'll need to wait for 2.10
Expand Down

0 comments on commit 0efa55d

Please sign in to comment.