mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-01 12:08:55 +00:00
Fixed broken pending release tests
This commit is contained in:
parent
e50eb5188e
commit
b3959e3162
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ namespace NzbDrone.Core.Test.Download.Pending.PendingReleaseServiceTests
|
||||||
{
|
{
|
||||||
Id = id,
|
Id = id,
|
||||||
Title = "Series.Title.S01E05.abc-Sonarr",
|
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 a new issue