Skip to content

Commit

Permalink
Merge branch 'main' into alert-autofix-115
Browse files Browse the repository at this point in the history
  • Loading branch information
robfrank authored Jan 16, 2025
2 parents 04c9c62 + b0c6d2b commit e7a66d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public void importAndExportPartialDatabase() {

final File exportFile = new File("./exports/export.jsonl.tgz");
assertThat(exportFile.exists()).isTrue();
assertThat(exportFile.length() > 50_000).isTrue();
assertThat(exportFile.length() > 40_000).isTrue();
exportFile.delete();
}

Expand Down

0 comments on commit e7a66d0

Please sign in to comment.