Fixed broken tests.

This commit is contained in:
Mark McDowall
2011-08-28 12:24:16 -07:00
parent 43e5cb7b31
commit 8afd7d2b47
3 changed files with 6 additions and 8 deletions
@@ -33,6 +33,9 @@ namespace NzbDrone.Core.Test
mocker.GetMock<EpisodeProvider>()
.Setup(c => c.GetSeasons(1)).Returns(seasons);
mocker.GetMock<EpisodeProvider>()
.Setup(c => c.IsIgnored(It.IsAny<int>(), It.IsAny<int>())).Returns(false);
mocker.GetMock<SeasonSearchJob>()
.Setup(c => c.Start(notification, 1, It.IsAny<int>())).Verifiable();