Replaced EpisodeService with IEpisodeService

This commit is contained in:
Keivan Beigi 2013-02-21 16:47:09 -08:00
commit 8a34f1096d
43 changed files with 130 additions and 130 deletions

View file

@ -83,7 +83,7 @@ namespace NzbDrone.Core.Test.ProviderTests
{
WithStrictMocker();
Mocker.GetMock<EpisodeService>()
Mocker.GetMock<IEpisodeService>()
.Setup(c => c.GetEpisodeBySeries(12))
.Returns(new List<Episode>());