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
4c03c6c8e3
commit
9422b571b1
@ -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());
|
||||||
|
Loading…
Reference in New Issue
Block a user