Skip to content

Commit

Permalink
add TODO: check each downloaded byte checksum correction
Browse files Browse the repository at this point in the history
  • Loading branch information
bezzad committed Nov 19, 2024
1 parent 25b4ab5 commit 5d96e3d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -918,5 +918,6 @@ public async Task StorePackageFileWhenDownloadInProgress()
Assert.True(package.IsSaveComplete);
await using FileStream stream = File.OpenRead(FilePath);
Assert.Equal(totalSize, actual: stream.Length);
// TODO: check each downloaded byte checksum correction
}
}

0 comments on commit 5d96e3d

Please sign in to comment.