mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
updated free space test.
This commit is contained in:
parent
3b240e0dd7
commit
511e365ccb
1 changed files with 2 additions and 3 deletions
|
@ -34,11 +34,10 @@ namespace NzbDrone.Common.Test.DiskProviderTests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public void should_return_null_when_cant_get_free_space()
|
public void should_be_able_to_check_space_on_ramdrive()
|
||||||
{
|
{
|
||||||
LinuxOnly();
|
LinuxOnly();
|
||||||
|
Subject.GetAvailableSpace("/run/").Should().NotBe(0);
|
||||||
Subject.GetAvailableSpace("/run/").Should().NotBe(null);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue