mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 13:01:28 +02: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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -53,7 +53,7 @@ namespace NzbDrone.Core.MediaCover
|
||||
}
|
||||
catch (WebException e)
|
||||
{
|
||||
_logger.Warn(string.Format("Couldn't download media cover for {0}. {1}", series, e.Message);
|
||||
_logger.Warn(string.Format("Couldn't download media cover for {0}. {1}", series, e.Message));
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user