Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored and cowtowncoder committed Apr 9, 2023
1 parent 2e168c6 commit 01d218b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import java.io.IOException;

import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.core.JsonParser.NumberType;
import com.fasterxml.jackson.core.JsonToken;

import com.fasterxml.jackson.databind.DeserializationContext;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ public void testBigInteger() throws Exception
assertEquals(1, array.size());

// and round-tripping ought to be ok:
assertEquals(JSON, serializeAsString(v));
assertEquals("[2E+308]", serializeAsString(v));
}
}

0 comments on commit 01d218b

Please sign in to comment.