diff --git a/ion/src/test/java/tools/jackson/dataformat/ion/fuzz/Fuzz424_65065_65126NPETest.java b/ion/src/test/java/tools/jackson/dataformat/ion/fuzz/Fuzz424_65065_65126NPETest.java index 83c0f73ed..723643299 100644 --- a/ion/src/test/java/tools/jackson/dataformat/ion/fuzz/Fuzz424_65065_65126NPETest.java +++ b/ion/src/test/java/tools/jackson/dataformat/ion/fuzz/Fuzz424_65065_65126NPETest.java @@ -23,7 +23,6 @@ public void testFuzz65065() throws Exception { MAPPER.readTree(new ByteArrayInputStream(bytes)); fail("Should not pass (invalid content)"); } catch (StreamReadException e) { - e.printStackTrace(); assertThat(e.getMessage(), Matchers.containsString("Internal `IonReader` error")); } }