mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Added RSS support for torrents
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using FluentAssertions;
|
||||
using System;
|
||||
using FluentAssertions;
|
||||
using NUnit.Framework;
|
||||
using NzbDrone.Core.Configuration;
|
||||
using NzbDrone.Core.DecisionEngine.Specifications;
|
||||
@@ -19,9 +20,9 @@ namespace NzbDrone.Core.Test.DecisionEngineTests
|
||||
{
|
||||
parseResult = new RemoteEpisode
|
||||
{
|
||||
Report = new ReportInfo
|
||||
Release = new ReleaseInfo
|
||||
{
|
||||
Age = 100
|
||||
PublishDate = DateTime.Now.AddDays(-100)
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user