mirror of
https://github.com/lidarr/Lidarr
synced 2025-03-03 18:15:37 +00:00
fixed compile issues
This commit is contained in:
parent
9252c5269a
commit
c21ff235b6
2 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using NzbDrone.Common;
|
||||
using NzbDrone.Common.Reflection;
|
||||
using NzbDrone.Core.Annotations;
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ public class ConfigServiceFixture : DbTest<ConfigService, Config>
|
|||
[SetUp]
|
||||
public void SetUp()
|
||||
{
|
||||
Mocker.Resolve<IConfigRepository, ConfigRepository>();
|
||||
Mocker.SetConstant<IConfigRepository>(Mocker.Resolve<ConfigRepository>());
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
Loading…
Reference in a new issue