mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-12 11:15:43 +02:00
Fixed broken build
This commit is contained in:
parent
6851e2ae9d
commit
087b2d3b63
@ -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 New Issue
Block a user