Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit af2b677

Browse files
committed
Fix test, it was checking the wrong md5
1 parent 711190b commit af2b677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/IntegrationTests/UnzipTaskTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public async Task UnzipWorks()
2626

2727
var extractedPath = TestBasePath.Combine("gitlfs_zip_extracted").CreateDirectory();
2828

29-
var unzipTask = new UnzipTask(CancellationToken.None, archiveFilePath, extractedPath, Environment.FileSystem, GitInstaller.GitInstallDetails.GitExtractedMD5)
29+
var unzipTask = new UnzipTask(CancellationToken.None, archiveFilePath, extractedPath, Environment.FileSystem, GitInstaller.GitInstallDetails.GitLfsExtractedMD5)
3030
.Progress(p =>
3131
{
3232
});

0 commit comments

Comments
 (0)