mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix broken test
This commit is contained in:
parent
afc99dce19
commit
873d53e76c
@ -192,7 +192,7 @@ namespace Wabbajack.Test
|
||||
if (rel_file.StartsWith(Consts.LOOTFolderFilesDir) || rel_file.StartsWith(Consts.GameFolderFilesDir))
|
||||
continue;
|
||||
|
||||
if (!skip_files.Contains(Path.GetExtension(rel_file)))
|
||||
if (!skip_files.Contains(rel_file))
|
||||
Assert.IsTrue(File.Exists(Path.Combine(MO2Folder, rel_file)), $"Only in Destination: {rel_file}");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user