fixed some broken tests.

This commit is contained in:
kay.one 2013-02-24 11:39:31 -08:00
commit a98d792c0d
30 changed files with 60 additions and 60 deletions

View file

@ -25,7 +25,7 @@ namespace NzbDrone.Core.Test.JobTests
{
private void WithEnableBacklogSearching()
{
Mocker.GetMock<ConfigService>().SetupGet(s => s.EnableBacklogSearching).Returns(true);
Mocker.GetMock<IConfigService>().SetupGet(s => s.EnableBacklogSearching).Returns(true);
}
[SetUp]