mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
fixed some broken tests.
This commit is contained in:
@@ -816,7 +816,7 @@ namespace NzbDrone.Core.Test.TvTests.EpisodeProviderTests
|
||||
WithRealDb();
|
||||
Mocker.Resolve<TvDbProvider>();
|
||||
|
||||
Mocker.GetMock<ConfigService>()
|
||||
Mocker.GetMock<IConfigService>()
|
||||
.Setup(e => e.DefaultQualityProfile).Returns(1);
|
||||
|
||||
Db.Insert(Builder<QualityProfile>.CreateNew().Build());
|
||||
|
Reference in New Issue
Block a user