1
0
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:
kay.one 2012-02-14 21:16:37 -08:00
parent 6851e2ae9d
commit 087b2d3b63

View File

@ -45,6 +45,8 @@ protected string VirtualPath
[SetUp]
public void TestBaseSetup()
{
EnviromentProvider.RegisterNewInstall = true;
MockedRestProvider = new Mock<RestProvider>();
ReportingService.RestProvider = MockedRestProvider.Object;