Using the interface

This commit is contained in:
Mark McDowall
2013-02-24 16:14:01 -08:00
parent c5269630e0
commit 16c6f32639
2 changed files with 28 additions and 28 deletions
@@ -29,7 +29,7 @@ namespace NzbDrone.Core.Test.ProviderTests.MediaFileProviderTests
private void WithAutoIgnore(bool autoIgnore)
{
Mocker.GetMock<ConfigService>()
Mocker.GetMock<IConfigService>()
.SetupGet(c => c.AutoIgnorePreviouslyDownloadedEpisodes).Returns(autoIgnore);
}