mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix staging of downloads with BSA tests
This commit is contained in:
parent
85b39d5dcc
commit
90434f23fa
@ -29,7 +29,7 @@ namespace Compression.BSA.Test
|
||||
TestContext = helper;
|
||||
Queue = new WorkQueue();
|
||||
Utils.LogMessages.Subscribe(f => TestContext.WriteLine(f.ShortDescription));
|
||||
_stagingFolder.DeleteDirectory();
|
||||
_stagingFolder.CreateDirectory();
|
||||
_bsaFolder.DeleteDirectory();
|
||||
_bsaFolder.CreateDirectory();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user