Skip to content

Commit

Permalink
#333 Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth-lingala committed Jun 17, 2022
1 parent f8465d2 commit 45d0799
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ public ZipStandardSplitFileInputStream(File zipFile, boolean isSplitZipArchive,
this.zipFile = zipFile;
this.isSplitZipArchive = isSplitZipArchive;
this.lastSplitZipFileNumber = lastSplitZipFileNumber;

if (isSplitZipArchive) {
currentSplitFileCounter = lastSplitZipFileNumber;
}
}

@Override
Expand Down

0 comments on commit 45d0799

Please sign in to comment.