mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Replaced EpisodeService with IEpisodeService
This commit is contained in:
@@ -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>());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user