Fixed: Logging Statements and Tests

This commit is contained in:
Qstick
2019-09-28 22:39:09 -04:00
parent f395117885
commit bd374825f1
14 changed files with 276 additions and 42 deletions
@@ -33,7 +33,6 @@ namespace NzbDrone.Common.Test.DiskTests
protected abstract void SetWritePermissions(string path, bool writable);
[Test]
[Retry(5)]
public void FolderWritable_should_return_true_for_writable_directory()
{
var tempFolder = GetTempFilePath();
@@ -45,6 +44,7 @@ namespace NzbDrone.Common.Test.DiskTests
}
[Test]
[Retry(5)]
public void FolderWritable_should_return_false_for_unwritable_directory()
{
var tempFolder = GetTempFilePath();