Fix broken BTN tests

This commit is contained in:
Mark McDowall 2014-12-03 22:33:29 -08:00
parent 094085994a
commit 47c109209c
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ namespace NzbDrone.Core.Test.IndexerTests.BroadcastheNetTests
VerifyBackOff();
ExceptionVerification.ExpectedErrors(1);
ExceptionVerification.ExpectedWarns(1);
}
[Test]
@ -115,7 +115,7 @@ namespace NzbDrone.Core.Test.IndexerTests.BroadcastheNetTests
VerifyBackOff();
ExceptionVerification.ExpectedErrors(1);
ExceptionVerification.ExpectedWarns(1);
}
[Test]