mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix broken test caused by xxHash files no longer being created
This commit is contained in:
parent
7839a5cd3e
commit
0c04440ec7
@ -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());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user