mirror of
https://github.com/Radarr/Radarr
synced 2026-03-03 02:52:21 +01:00
Fixed RemoveRejected tests
This commit is contained in:
parent
aba8abb176
commit
4fb7cb3a8b
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using FizzWare.NBuilder;
|
||||
using Marr.Data;
|
||||
|
|
@ -98,6 +98,7 @@ private void GivenHeldRelease(string title, string indexer, DateTime publishDate
|
|||
.With(h => h.SeriesId = _series.Id)
|
||||
.With(h => h.Title = title)
|
||||
.With(h => h.Release = release)
|
||||
.With(h => h.ParsedEpisodeInfo = new ParsedEpisodeInfo())
|
||||
.Build();
|
||||
|
||||
Mocker.GetMock<IPendingReleaseRepository>()
|
||||
|
|
|
|||
Loading…
Reference in a new issue