mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
renamed report rejection reason.
This commit is contained in:
parent
28efb7c4ec
commit
db37d020f4
25 changed files with 63 additions and 81 deletions
|
@ -5,6 +5,7 @@ using System.Linq;
|
|||
using FizzWare.NBuilder;
|
||||
using Moq;
|
||||
using NUnit.Framework;
|
||||
using NzbDrone.Core.DecisionEngine;
|
||||
using NzbDrone.Core.Jobs.Implementations;
|
||||
using NzbDrone.Core.Tv;
|
||||
using NzbDrone.Core.Jobs;
|
||||
|
@ -49,7 +50,7 @@ namespace NzbDrone.Core.Test.JobTests
|
|||
{
|
||||
var resultItems = Builder<SearchHistoryItem>.CreateListOfSize(5)
|
||||
.All()
|
||||
.With(e => e.SearchError = ReportRejectionType.None)
|
||||
.With(e => e.SearchError = ReportRejectionReasons.None)
|
||||
.With(e => e.Success = true)
|
||||
.Build();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue