mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-23 19:55:09 -04:00
fixed broken test
This commit is contained in:
1 parent
430f76e6c7
commit
1f00b05259
1 file changed
+2
-2
@@ -40,9 +40,9 @@ public void get_mapping_for_all_series()
|
||||
}
|
||||
|
||||
[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