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:
@ -90,11 +90,6 @@ namespace Wabbajack.Common
|
|||||||
{
|
{
|
||||||
_QueueSize.OnNext((MaxQueueSize, CurrentQueueSize));
|
_QueueSize.OnNext((MaxQueueSize, CurrentQueueSize));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void Init()
|
|
||||||
{
|
|
||||||
Init((a, b, c) => { }, (a, b) => { });
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public class CPUStatus
|
public class CPUStatus
|
||||||
|
@ -18,8 +18,7 @@ namespace Wabbajack.Test.ListValidation
|
|||||||
public void Setup()
|
public void Setup()
|
||||||
{
|
{
|
||||||
Directory.CreateDirectory(Consts.ModListDownloadFolder);
|
Directory.CreateDirectory(Consts.ModListDownloadFolder);
|
||||||
Utils.SetLoggerFn(s => TestContext.WriteLine(s));
|
Utils.LogMessages.Subscribe(s => TestContext.WriteLine(s));
|
||||||
WorkQueue.Init();
|
|
||||||
var api = new NexusApiClient();
|
var api = new NexusApiClient();
|
||||||
api.ClearUpdatedModsInCache();
|
api.ClearUpdatedModsInCache();
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,6 @@ namespace Wabbajack.Test
|
|||||||
[TestInitialize]
|
[TestInitialize]
|
||||||
public void Setup()
|
public void Setup()
|
||||||
{
|
{
|
||||||
WorkQueue.Init();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
Reference in New Issue
Block a user