1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02: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 @@ public void should_back_off_on_bad_request()
VerifyBackOff();
ExceptionVerification.ExpectedErrors(1);
ExceptionVerification.ExpectedWarns(1);
}
[Test]
@ -115,7 +115,7 @@ public void should_back_off_on_unknown_method()
VerifyBackOff();
ExceptionVerification.ExpectedErrors(1);
ExceptionVerification.ExpectedWarns(1);
}
[Test]