Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 22, 2023
1 parent 8039f96 commit 04c3d35
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
}
}
Expand Down

0 comments on commit 04c3d35

Please sign in to comment.