mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
More code to support service, isn't working yet. (Console still works fine)
This commit is contained in:
parent
be651660a4
commit
495d7b8595
17 changed files with 208 additions and 260 deletions
|
@ -18,7 +18,7 @@ namespace NzbDrone.Core.Test
|
|||
public class BacklogSearchJobTest
|
||||
{
|
||||
[Test]
|
||||
public void no_missing_epsiodes()
|
||||
public void no_missing_epsiodes_should_not_trigger_any_search()
|
||||
{
|
||||
//Setup
|
||||
var notification = new ProgressNotification("Backlog Search Job Test");
|
||||
|
@ -42,7 +42,7 @@ namespace NzbDrone.Core.Test
|
|||
}
|
||||
|
||||
[Test]
|
||||
public void individual_missing_episode_only()
|
||||
public void individual_missing_episode()
|
||||
{
|
||||
//Setup
|
||||
var notification = new ProgressNotification("Backlog Search Job Test");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue