mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixing test issue when Linux always returns / for PathGetPathRoot (when its rooted)
http://typedescriptor.net/browse/members/1247454-Mono.Unix.UnixPath.GetPathRoot%28String%29
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ using NzbDrone.Test.Common;
|
||||
namespace NzbDrone.Core.Test.ProviderTests.DiskProviderTests
|
||||
{
|
||||
[TestFixture]
|
||||
public class FreeDiskSpaceTest : CoreTest<DiskProvider>
|
||||
public class FreeDiskSpaceFixture : CoreTest<DiskProvider>
|
||||
{
|
||||
[Test]
|
||||
public void should_return_free_disk_space()
|
||||
Reference in New Issue
Block a user