mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-02 21:24:56 +00:00
Made NotUnpackingSpec test WindowsOnly
This commit is contained in:
parent
52da5b643d
commit
a5e08eefae
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ namespace NzbDrone.Core.Test.MediaFiles.EpisodeImport.Specifications
|
|||
[Test]
|
||||
public void should_return_true_when_in_old_working_folder()
|
||||
{
|
||||
WindowsOnly();
|
||||
|
||||
GivenInWorkingFolder();
|
||||
GivenLastWriteTimeUtc(DateTime.UtcNow.AddHours(-1));
|
||||
|
||||
|
|
Loading…
Reference in a new issue