mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
removed strict mock from test base.
This commit is contained in:
@@ -44,7 +44,7 @@ namespace NzbDrone.Core.Test.ProviderTests
|
||||
.With(e => e.EpisodeFile = episodeFiles[1])
|
||||
.Build().ToList();
|
||||
|
||||
WithStrictMocker();
|
||||
|
||||
|
||||
Mocker.GetMock<IEpisodeService>()
|
||||
.Setup(c => c.EpisodesWithFiles()).Returns(episodes);
|
||||
@@ -91,7 +91,7 @@ namespace NzbDrone.Core.Test.ProviderTests
|
||||
.With(e => e.EpisodeFile = episodeFiles[1])
|
||||
.Build().ToList();
|
||||
|
||||
WithStrictMocker();
|
||||
|
||||
|
||||
Mocker.GetMock<IEpisodeService>()
|
||||
.Setup(c => c.EpisodesWithFiles()).Returns(episodes);
|
||||
@@ -138,7 +138,7 @@ namespace NzbDrone.Core.Test.ProviderTests
|
||||
.With(e => e.EpisodeFile = episodeFiles[1])
|
||||
.Build().ToList();
|
||||
|
||||
WithStrictMocker();
|
||||
|
||||
|
||||
Mocker.GetMock<IEpisodeService>()
|
||||
.Setup(c => c.EpisodesWithFiles()).Returns(episodes);
|
||||
@@ -187,7 +187,7 @@ namespace NzbDrone.Core.Test.ProviderTests
|
||||
.With(e => e.EpisodeFile = episodeFiles[1])
|
||||
.Build().ToList();
|
||||
|
||||
WithStrictMocker();
|
||||
|
||||
|
||||
Mocker.GetMock<IEpisodeService>()
|
||||
.Setup(c => c.EpisodesWithFiles()).Returns(episodes);
|
||||
@@ -236,7 +236,7 @@ namespace NzbDrone.Core.Test.ProviderTests
|
||||
.With(e => e.EpisodeFile = episodeFiles[1])
|
||||
.Build().ToList();
|
||||
|
||||
WithStrictMocker();
|
||||
|
||||
|
||||
Mocker.GetMock<IEpisodeService>()
|
||||
.Setup(c => c.EpisodesWithFiles()).Returns(episodes);
|
||||
|
||||
Reference in New Issue
Block a user