Missed a call to PreparAll

This commit is contained in:
Timothy Baldridge 2021-01-06 14:30:25 -07:00
parent 46d079b513
commit eb63b1fefc

View File

@ -237,6 +237,7 @@ namespace Wabbajack.Test
fileID=35407";
var state = (AbstractDownloadState)await DownloadDispatcher.ResolveArchive(ini.LoadIniString());
await DownloadDispatcher.PrepareAll(new[] {state});
Assert.NotNull(state);