mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07: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…
Add table
Add a link
Reference in a new issue