Skip to content

Commit 2b41925

Browse files
committed
...
1 parent 85340aa commit 2b41925

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/test/java/com/fasterxml/jackson/core/io/TestNumberInput.java

-11
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,4 @@ public void testParseBigIntegerFailsWithENotation()
6262
// expected
6363
}
6464
}
65-
66-
public void testParseBigIntegerFailsWithENotation()
67-
{
68-
try {
69-
NumberInput.parseBigInteger("1e10");
70-
fail("expected NumberFormatException");
71-
} catch (NumberFormatException nfe) {
72-
// expected
73-
}
74-
}
7565
}
76-

0 commit comments

Comments
 (0)