1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-14 11:23:42 +02:00

Fixed test failing due to rng

This commit is contained in:
Taloth Saldono 2019-10-20 20:57:10 +02:00
parent e8ce7898c1
commit 41a63a5418

View File

@ -30,6 +30,7 @@ public void Setup()
.Build();
_series = Builder<Series>.CreateNew()
.With(s => s.Status = SeriesStatusType.Continuing)
.With(s => s.Seasons = new List<Season>
{
season1