mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Another unit test fix
This commit is contained in:
parent
87ed68c0b8
commit
95f9aa7d19
@ -80,7 +80,7 @@ namespace Wabbajack.Test
|
||||
var downloadsFolder = Path.Combine(tempDir.Dir.FullName, "downloads");
|
||||
Directory.CreateDirectory(downloadsFolder);
|
||||
File.Create(Path.Combine(tempDir.Dir.FullName, $"downloads/someFile.txt"));
|
||||
Assert.IsFalse(MO2Installer.CheckValidInstallPath(tempDir.Dir.FullName, downloadFolder: downloadsFolder).Succeeded);
|
||||
Assert.IsTrue(MO2Installer.CheckValidInstallPath(tempDir.Dir.FullName, downloadFolder: downloadsFolder).Succeeded);
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
Loading…
Reference in New Issue
Block a user