mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-27 22:57:09 -04:00
Fixed: Exception thrown when marking download as complete
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
@@ -56,6 +56,10 @@ namespace NzbDrone.Core.Test.Download
|
||||
Mocker.GetMock<IParsingService>()
|
||||
.Setup(s => s.GetMovie("Drone.1998"))
|
||||
.Returns(remoteMovie.Movie);
|
||||
|
||||
Mocker.GetMock<IHistoryService>()
|
||||
.Setup(s => s.FindByDownloadId(It.IsAny<string>()))
|
||||
.Returns(new List<MovieHistory>());
|
||||
}
|
||||
|
||||
private RemoteMovie BuildRemoteMovie()
|
||||
|
||||
Reference in New Issue
Block a user