mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02: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