Fixed broken pending release tests
This commit is contained in:
parent
e50eb5188e
commit
b3959e3162
|
@ -57,7 +57,8 @@ namespace NzbDrone.Core.Test.Download.Pending.PendingReleaseServiceTests
|
|||
{
|
||||
Id = id,
|
||||
Title = "Series.Title.S01E05.abc-Sonarr",
|
||||
ParsedEpisodeInfo = new ParsedEpisodeInfo { SeasonNumber = seasonNumber, EpisodeNumbers = episodes }
|
||||
ParsedEpisodeInfo = new ParsedEpisodeInfo { SeasonNumber = seasonNumber, EpisodeNumbers = episodes },
|
||||
Release = Builder<ReleaseInfo>.CreateNew().Build()
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue