mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-03 10:17:17 +00: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]
|
||||
public void TestBaseSetup()
|
||||
{
|
||||
EnviromentProvider.RegisterNewInstall = true;
|
||||
|
||||
MockedRestProvider = new Mock<RestProvider>();
|
||||
ReportingService.RestProvider = MockedRestProvider.Object;
|
||||
|
||||
|
|
Loading…
Reference in a new issue