mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Replaced deprecated NBuilder calls.
This commit is contained in:
parent
956092dbd4
commit
f52620db70
14 changed files with 114 additions and 113 deletions
|
@ -18,8 +18,9 @@ namespace NzbDrone.Core.Test.ProviderTests
|
|||
public class JobProviderTest : TestBase
|
||||
{
|
||||
[TestFixtureSetUp]
|
||||
public void Setup()
|
||||
public override void Setup()
|
||||
{
|
||||
base.Setup();
|
||||
JobProvider.Queue.Clear();
|
||||
}
|
||||
|
||||
|
@ -415,7 +416,7 @@ namespace NzbDrone.Core.Test.ProviderTests
|
|||
TargetId = 12,
|
||||
SecondaryTargetId = 0
|
||||
};
|
||||
|
||||
|
||||
//Act
|
||||
var jobProvider = mocker.Resolve<JobProvider>();
|
||||
jobProvider.Initialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue