mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
broke episodeparseresult into filenameparseresult and indexerparseresult
This commit is contained in:
parent
89f261eddf
commit
7c1e81a70e
61 changed files with 248 additions and 251 deletions
|
@ -23,14 +23,14 @@ namespace NzbDrone.Core.Test.DecisionEngineTests
|
|||
{
|
||||
private RetentionSpecification retentionSpecification;
|
||||
|
||||
private EpisodeParseResult parseResult;
|
||||
private IndexerParseResult parseResult;
|
||||
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
retentionSpecification = Mocker.Resolve<RetentionSpecification>();
|
||||
|
||||
parseResult = new EpisodeParseResult
|
||||
parseResult = new IndexerParseResult
|
||||
{
|
||||
Age = 100
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue