mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Fixed broken build
This commit is contained in:
parent
6851e2ae9d
commit
087b2d3b63
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ namespace NzbDrone.Test.Common
|
||||||
[SetUp]
|
[SetUp]
|
||||||
public void TestBaseSetup()
|
public void TestBaseSetup()
|
||||||
{
|
{
|
||||||
|
EnviromentProvider.RegisterNewInstall = true;
|
||||||
|
|
||||||
MockedRestProvider = new Mock<RestProvider>();
|
MockedRestProvider = new Mock<RestProvider>();
|
||||||
ReportingService.RestProvider = MockedRestProvider.Object;
|
ReportingService.RestProvider = MockedRestProvider.Object;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue