mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
removed feed. to be replaced with System.ServiceModel.Syndication.SyndicationItem
This commit is contained in:
@@ -181,8 +181,6 @@ namespace NzbDrone.Core.Test
|
||||
var target = new SabProvider(config.Object, new Mock<ILog>().Object, http.Object);
|
||||
|
||||
Episode episode = new Episode();
|
||||
FeedItem item = new FeedItem();
|
||||
item.TitleFix = "Ubuntu Test";
|
||||
|
||||
//Act
|
||||
bool result = target.IsInQueue(episode);
|
||||
|
||||
Reference in New Issue
Block a user