mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-19 04:31:05 +00:00
Priority is now set using a timer
This commit is contained in:
parent
f1ec592834
commit
5e30c482cd
1 changed files with 9 additions and 3 deletions
|
@ -17,6 +17,12 @@ namespace NzbDrone.Core.Test
|
||||||
// ReSharper disable InconsistentNaming
|
// ReSharper disable InconsistentNaming
|
||||||
public class JobProviderTest : TestBase
|
public class JobProviderTest : TestBase
|
||||||
{
|
{
|
||||||
|
[TestFixtureSetUp]
|
||||||
|
public void Setup()
|
||||||
|
{
|
||||||
|
JobProvider.Queue.Clear();
|
||||||
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public void Run_Jobs_Updates_Last_Execution()
|
public void Run_Jobs_Updates_Last_Execution()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue