1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-04 11:07:59 +02:00

Fix ImportFixture test

This commit is contained in:
Bogdan 2024-02-02 00:59:13 +02:00
parent 0277b2b201
commit 4ac538682d

View File

@ -138,7 +138,7 @@ public void should_not_mark_as_imported_if_no_movies_were_parsed()
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);