mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
Fixed test failing due to rng
This commit is contained in:
parent
e8ce7898c1
commit
41a63a5418
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ namespace NzbDrone.Core.Test.TvTests
|
|||
.Build();
|
||||
|
||||
_series = Builder<Series>.CreateNew()
|
||||
.With(s => s.Status = SeriesStatusType.Continuing)
|
||||
.With(s => s.Seasons = new List<Season>
|
||||
{
|
||||
season1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue