mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
SeriesProvider.GetSeries(int seriesId) will now fail if series is not found.
This commit is contained in:
@@ -106,6 +106,7 @@ namespace NzbDrone.Core.Test
|
||||
|
||||
|
||||
[Test]
|
||||
[ExpectedException(typeof(InvalidOperationException), ExpectedMessage = "Sequence contains no elements")]
|
||||
public void Get_series_invalid_series_id_should_return_null()
|
||||
{
|
||||
var mocker = new AutoMoqer();
|
||||
|
||||
Reference in New Issue
Block a user