We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85340aa commit 2b41925Copy full SHA for 2b41925
src/test/java/com/fasterxml/jackson/core/io/TestNumberInput.java
@@ -62,15 +62,4 @@ public void testParseBigIntegerFailsWithENotation()
62
// expected
63
}
64
65
-
66
- public void testParseBigIntegerFailsWithENotation()
67
- {
68
- try {
69
- NumberInput.parseBigInteger("1e10");
70
- fail("expected NumberFormatException");
71
- } catch (NumberFormatException nfe) {
72
- // expected
73
- }
74
75
76
0 commit comments