diff --git a/src/Downloader.Test/IntegrationTests/DownloadIntegrationTest.cs b/src/Downloader.Test/IntegrationTests/DownloadIntegrationTest.cs index 784873d..5105bea 100644 --- a/src/Downloader.Test/IntegrationTests/DownloadIntegrationTest.cs +++ b/src/Downloader.Test/IntegrationTests/DownloadIntegrationTest.cs @@ -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 } } \ No newline at end of file