Fix broken test

This commit is contained in:
Timothy Baldridge 2021-07-17 08:44:01 -06:00
parent 4c03c6c8e3
commit 9422b571b1

View File

@ -727,6 +727,7 @@ namespace Wabbajack.Test
var settingsPath = utils.SourcePath.Combine("native_compiler_settings.json"); var settingsPath = utils.SourcePath.Combine("native_compiler_settings.json");
await settings.ToJsonAsync(utils.SourcePath.Combine("native_compiler_settings.json"), true); await settings.ToJsonAsync(utils.SourcePath.Combine("native_compiler_settings.json"), true);
await utils.Configure();
await CompileAndInstall(settingsPath, true); await CompileAndInstall(settingsPath, true);
Assert.Equal(await some_dds.FileHashAsync(), await utils.InstallPath.Combine("some_file.txx").FileHashAsync()); Assert.Equal(await some_dds.FileHashAsync(), await utils.InstallPath.Combine("some_file.txx").FileHashAsync());