mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-25 09:12: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 @@ protected string VirtualPath
|
|||
[SetUp]
|
||||
public void TestBaseSetup()
|
||||
{
|
||||
EnviromentProvider.RegisterNewInstall = true;
|
||||
|
||||
MockedRestProvider = new Mock<RestProvider>();
|
||||
ReportingService.RestProvider = MockedRestProvider.Object;
|
||||
|
||||
|
|
Loading…
Reference in a new issue