mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed up tests
This commit is contained in:
@@ -89,7 +89,7 @@ namespace NzbDrone.Core.Test.JobTests
|
||||
Mocker.GetMock<SeriesProvider>().Setup(s => s.GetSeries(series.SeriesId))
|
||||
.Returns(series);
|
||||
|
||||
Mocker.Resolve<BannerDownloadJob>().Start(_notification, new { SeriesId = 0 });
|
||||
Mocker.Resolve<BannerDownloadJob>().Start(_notification, new { SeriesId = series.SeriesId });
|
||||
VerifyDownloadMock(1);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user