Skip to content

Commit

Permalink
Switch to newSnapshot testing method to use helper
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Walter Knize <[email protected]>
  • Loading branch information
nknize committed Sep 26, 2021
1 parent 3a9ee81 commit a80979c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ final Checkpoint getLastSyncedCheckpoint() {

// for testing
public Snapshot newSnapshot() throws IOException {
return newSnapshot(0, Long.MAX_VALUE, false);
return newSnapshot(0, Long.MAX_VALUE);
}

public Snapshot newSnapshot(long fromSeqNo, long toSeqNo) throws IOException {
Expand Down

0 comments on commit a80979c

Please sign in to comment.