mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed spelling of enviroment provider (Environment). :)
This commit is contained in:
@@ -45,7 +45,7 @@ namespace NzbDrone.Test.Common
|
||||
[SetUp]
|
||||
public void TestBaseSetup()
|
||||
{
|
||||
EnviromentProvider.RegisterNewInstall = true;
|
||||
EnvironmentProvider.RegisterNewInstall = true;
|
||||
|
||||
MockedRestProvider = new Mock<RestProvider>();
|
||||
ReportingService.RestProvider = MockedRestProvider.Object;
|
||||
@@ -75,7 +75,7 @@ namespace NzbDrone.Test.Common
|
||||
|
||||
protected void WithTempAsAppPath()
|
||||
{
|
||||
Mocker.GetMock<EnviromentProvider>()
|
||||
Mocker.GetMock<EnvironmentProvider>()
|
||||
.SetupGet(c => c.ApplicationPath)
|
||||
.Returns(VirtualPath);
|
||||
}
|
||||
|
Reference in New Issue
Block a user