mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
fixed broken tests.
This commit is contained in:
parent
75fe4bb7d8
commit
32933ef1c0
@ -148,6 +148,11 @@ public void failed_parse_shouldnt_blowup_the_process()
|
||||
"The.Office.S03E115.DVDRip.XviD-OSiTV"
|
||||
};
|
||||
|
||||
|
||||
Mocker.GetMock<IMediaFileService>()
|
||||
.Setup(c => c.FilterExistingFiles(_videoFiles, It.IsAny<int>()))
|
||||
.Returns(_videoFiles);
|
||||
|
||||
Subject.GetImportDecisions(_videoFiles, new Series());
|
||||
|
||||
Mocker.GetMock<IParsingService>()
|
||||
|
Loading…
Reference in New Issue
Block a user