mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix tests
This commit is contained in:
parent
e6599316c7
commit
a5fd3fd55b
@ -93,7 +93,8 @@ namespace Compression.BSA.Test
|
||||
_tempDir.CreateDirectory();
|
||||
|
||||
TestContext.WriteLine($"Reading {bsa}");
|
||||
var tempFile = ((RelativePath)"tmp.bsa").RelativeToEntryPoint();
|
||||
await using var tempFolder = await TempFolder.Create();
|
||||
var tempFile = tempFolder.Dir.Combine("test.bsa");
|
||||
var size = bsa.Size;
|
||||
|
||||
var a = await BSADispatch.OpenRead(bsa);
|
||||
|
Loading…
Reference in New Issue
Block a user