mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
Fix ImportFixture test
This commit is contained in:
@@ -138,7 +138,7 @@ namespace NzbDrone.Core.Test.Download
|
||||
new LocalMovie { Path = @"C:\TestPath\Droned.1998.mkv" }, new Rejection("Rejected!")), "Test Failure")
|
||||
});
|
||||
|
||||
_trackedDownload.RemoteMovie.Movie = null;
|
||||
_trackedDownload.RemoteMovie.Movie = new Movie();
|
||||
|
||||
Subject.Import(_trackedDownload);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user