Fix broken test caused by xxHash files no longer being created

This commit is contained in:
Timothy Baldridge 2020-05-12 16:27:58 -06:00
parent 7839a5cd3e
commit 0c04440ec7

View File

@ -513,9 +513,7 @@ namespace Wabbajack.Test
Assert.Equal(new[]
{
(RelativePath)@"Download.esm",
(RelativePath)@"Download.esm.xxHash",
(RelativePath)@"Download_ed33cbb256e5328361da8d9227df9cab1bb43a79a87dca2f223b2e2762ccaad1_.esm",
(RelativePath)@"Download_ed33cbb256e5328361da8d9227df9cab1bb43a79a87dca2f223b2e2762ccaad1_.esm.xxHash"
}.OrderBy(a => a).ToArray(),
folder.EnumerateFiles().Select(f => f.FileName).OrderBy(a => a).ToArray());