mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 01:27:00 +00:00
Fixed broken missing test
This commit is contained in:
parent
92bab993ae
commit
f4a3394745
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ public void Setup()
|
||||||
.With(e => e.Id = 0)
|
.With(e => e.Id = 0)
|
||||||
.With(e => e.SeriesId = series.Id)
|
.With(e => e.SeriesId = series.Id)
|
||||||
.With(e => e.EpisodeFileId = 0)
|
.With(e => e.EpisodeFileId = 0)
|
||||||
|
.With(e => e.Monitored = true)
|
||||||
.TheLast(1)
|
.TheLast(1)
|
||||||
.With(e => e.SeasonNumber = 0)
|
.With(e => e.SeasonNumber = 0)
|
||||||
.Build();
|
.Build();
|
||||||
|
|
Loading…
Reference in a new issue