mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
JobProvider can reset itself.
cleaned up unit test logging
This commit is contained in:
@@ -21,7 +21,6 @@ namespace NzbDrone.Core.Test
|
||||
readonly IList<Type> indexers = typeof(CentralDispatch).Assembly.GetTypes().Where(t => t.IsSubclassOf(typeof(IndexerBase))).ToList();
|
||||
readonly IList<Type> jobs = typeof(CentralDispatch).Assembly.GetTypes().Where(t => t.GetInterfaces().Contains(typeof(IJob))).ToList();
|
||||
|
||||
|
||||
[Test]
|
||||
public void InitAppTest()
|
||||
{
|
||||
|
Reference in New Issue
Block a user