mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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