mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04:00
fixed broken build.
This commit is contained in:
@@ -34,7 +34,7 @@ namespace NzbDrone.Common.Test.DiskProviderTests
|
||||
{
|
||||
WindowsOnly();
|
||||
|
||||
Subject.GetAvilableSpace("J:\\").Should().NotBe(0);
|
||||
Assert.Throws<DirectoryNotFoundException>(() => Subject.GetAvilableSpace("J:\\").Should().NotBe(0));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user