mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Fixed broken test
This commit is contained in:
parent
6a5b69ae5a
commit
23019ebda6
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ namespace NzbDrone.Core.Test.ProviderTests.TvRageProviderTests
|
||||||
{
|
{
|
||||||
WithEmptyResults();
|
WithEmptyResults();
|
||||||
Mocker.Resolve<TvRageProvider>().GetSeries(100).Should().BeNull();
|
Mocker.Resolve<TvRageProvider>().GetSeries(100).Should().BeNull();
|
||||||
|
|
||||||
|
ExceptionVerification.ExpectedWarns(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue