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