SeriesProvider.GetSeries(int seriesId) will now fail if series is not found.

This commit is contained in:
kay.one
2011-06-18 22:56:52 -07:00
parent 5c055ebb9a
commit a990fb91d5
2 changed files with 4 additions and 5 deletions

View File

@@ -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();