mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Replaced EpisodeService with IEpisodeService
This commit is contained in:
parent
563db453fc
commit
8a34f1096d
43 changed files with 130 additions and 130 deletions
|
@ -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>());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue