Skip to content

Commit

Permalink
tipo in decompression unit test resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
vahid committed Aug 20, 2023
1 parent 30f1dd2 commit 6fa71b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public async Task should_decompressed_file()
};
await zip.DecompressAsync(files.ToArray(), files[0].DirectoryName, maxDOP);

Assert.IsTrue(file.Directory.GetFiles("compressed.txt").Any());
Assert.IsTrue(file.Directory.GetFiles(fileName).Any());
}

[TestMethod()]
Expand Down

0 comments on commit 6fa71b4

Please sign in to comment.