Skip to content

Commit

Permalink
Fix ImportFixture test
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Feb 1, 2024
1 parent 0277b2b commit 4ac5386
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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);

Expand Down

0 comments on commit 4ac5386

Please sign in to comment.