mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed orphaned job issue in JobController
System/Jobs now shows items currently in queue.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using NUnit.Framework;
|
||||
using NzbDrone.Core.Providers.Jobs;
|
||||
|
||||
namespace NzbDrone.Core.Test.Framework
|
||||
{
|
||||
@@ -17,6 +18,7 @@ namespace NzbDrone.Core.Test.Framework
|
||||
[TearDown]
|
||||
public void TearDown()
|
||||
{
|
||||
JobProvider.Queue.Clear();
|
||||
ExceptionVerification.AssertNoUnexcpectedLogs();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user