1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-04 10:02:40 +01:00

Fixed broken missing test

This commit is contained in:
Mark McDowall 2013-07-15 15:38:41 -07:00
parent 92bab993ae
commit f4a3394745

View File

@ -26,6 +26,7 @@ public void Setup()
.With(e => e.Id = 0)
.With(e => e.SeriesId = series.Id)
.With(e => e.EpisodeFileId = 0)
.With(e => e.Monitored = true)
.TheLast(1)
.With(e => e.SeasonNumber = 0)
.Build();