Skip to content

Commit

Permalink
Merge branch '2.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 22, 2023
2 parents 5a4a02b + 04c3d35 commit 1e2b0be
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 1e2b0be

Please sign in to comment.