mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
fixed broken test
This commit is contained in:
@@ -40,9 +40,9 @@ namespace NzbDrone.Core.Test.Providers
|
|||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public void should_throw_when_failure_is_found()
|
public void should_return_empty_when_series_is_not_found()
|
||||||
{
|
{
|
||||||
Assert.Throws<Exception>(() => Subject.GetSceneTvdbMappings(12345));
|
Subject.GetSceneTvdbMappings(12345).Should().BeEmpty();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user