Skip to content

Commit 04c3d35

Browse files
committed
...
1 parent 8039f96 commit 04c3d35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ion/src/test/java/com/fasterxml/jackson/dataformat/ion/fuzz/Fuzz424_65065_65126NPETest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public void testFuzz65065() throws Exception {
2323
MAPPER.readTree(new ByteArrayInputStream(bytes));
2424
fail("Should not pass (invalid content)");
2525
} catch (StreamReadException e) {
26-
e.printStackTrace();
2726
assertThat(e.getMessage(), Matchers.containsString("Internal `IonReader` error"));
2827
}
2928
}

0 commit comments

Comments
 (0)