1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-02 13:14:58 +00:00

Fix broken BTN tests

This commit is contained in:
Mark McDowall 2014-12-03 22:33:29 -08:00
parent 094085994a
commit 47c109209c

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]