Skip to content

Commit

Permalink
Update src/test/java/com/oltpbenchmark/api/AbstractTestLoader.java
Browse files Browse the repository at this point in the history
nit: whitespace
  • Loading branch information
bpkroth authored Dec 1, 2023
1 parent 816c806 commit a648884
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ private void validateLoad() throws SQLException {
}
}


LOG.debug("=== TABLE SIZES ===\n" + tableSizes);
assertFalse("Unable to compute the tables size for " + benchmark.getBenchmarkName().toUpperCase(), tableSizes.isEmpty());

Expand Down

0 comments on commit a648884

Please sign in to comment.