mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 13:01:28 +02:00
Fixed spelling of enviroment provider (Environment). :)
This commit is contained in:
@@ -162,7 +162,7 @@ namespace NzbDrone.Common.Test
|
||||
[Test]
|
||||
public void folder_should_return_correct_value_for_last_write()
|
||||
{
|
||||
var appPath = new EnviromentProvider().ApplicationPath;
|
||||
var appPath = new EnvironmentProvider().ApplicationPath;
|
||||
Mocker.Resolve<DiskProvider>().GetLastDirectoryWrite(appPath).Should().BeOnOrAfter(DateTime.UtcNow.AddMinutes(-10));
|
||||
Mocker.Resolve<DiskProvider>().GetLastDirectoryWrite(appPath).Should().BeBefore(DateTime.UtcNow);
|
||||
}
|
||||
|
Reference in New Issue
Block a user