mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-18 21:35:27 -04:00
Fixed test failing due to rng
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user