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:
parent
094085994a
commit
47c109209c
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue