mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Made NotUnpackingSpec test WindowsOnly
This commit is contained in:
parent
52da5b643d
commit
a5e08eefae
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user