1
0
Fork 0
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:
Mark McDowall 2013-10-22 22:25:17 -07:00
parent 52da5b643d
commit a5e08eefae

View file

@ -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));