Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 18, 2023
1 parent 85340aa commit 2b41925
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/test/java/com/fasterxml/jackson/core/io/TestNumberInput.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,4 @@ public void testParseBigIntegerFailsWithENotation()
// expected
}
}

public void testParseBigIntegerFailsWithENotation()
{
try {
NumberInput.parseBigInteger("1e10");
fail("expected NumberFormatException");
} catch (NumberFormatException nfe) {
// expected
}
}
}

0 comments on commit 2b41925

Please sign in to comment.