1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02: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 @@ public void should_return_true_if_not_in_working_folder()
[Test]
public void should_return_true_when_in_old_working_folder()
{
WindowsOnly();
GivenInWorkingFolder();
GivenLastWriteTimeUtc(DateTime.UtcNow.AddHours(-1));