mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
fixed some broken tests.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user