From f4a3394745e41f4a27cb46e38b90f315a012b751 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Mon, 15 Jul 2013 15:38:41 -0700 Subject: [PATCH] Fixed broken missing test --- .../EpisodeRepositoryTests/EpisodesWithoutFilesFixture.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/NzbDrone.Core.Test/TvTests/EpisodeRepositoryTests/EpisodesWithoutFilesFixture.cs b/NzbDrone.Core.Test/TvTests/EpisodeRepositoryTests/EpisodesWithoutFilesFixture.cs index 0a8ed7d24..2b1559a9b 100644 --- a/NzbDrone.Core.Test/TvTests/EpisodeRepositoryTests/EpisodesWithoutFilesFixture.cs +++ b/NzbDrone.Core.Test/TvTests/EpisodeRepositoryTests/EpisodesWithoutFilesFixture.cs @@ -26,6 +26,7 @@ namespace NzbDrone.Core.Test.TvTests.EpisodeRepositoryTests .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();