mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02:00
fixed some broken tests.
This commit is contained in:
@@ -22,7 +22,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);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
Reference in New Issue
Block a user