Skip to content

Commit

Permalink
TIKA-4354 -- fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Nov 19, 2024
1 parent a308f1d commit 5d69192
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ public void testAsync() throws Exception {
json++;
}
}
assertEquals(17, json);
assertEquals(18, json);
}

private void checkForPrettyPrint(File f) throws IOException {
Expand Down

0 comments on commit 5d69192

Please sign in to comment.