1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

Fixed broken tests (due to logging)

This commit is contained in:
Mark McDowall
2014-10-11 22:05:21 -07:00
parent a21b539298
commit f6e4ccda84
3 changed files with 7 additions and 19 deletions
@@ -171,6 +171,7 @@ namespace NzbDrone.Core.Test.Download
Subject.Execute(new CheckForFinishedDownloadCommand());
VerifyNoImports();
ExceptionVerification.ExpectedWarns(1);
}
[Test]
@@ -194,6 +195,7 @@ namespace NzbDrone.Core.Test.Download
Subject.Execute(new CheckForFinishedDownloadCommand());
VerifyNoImports();
ExceptionVerification.ExpectedWarns(1);
}
[Test]