mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 09:49:00 +00:00
fixed broken tests.
This commit is contained in:
parent
75fe4bb7d8
commit
32933ef1c0
1 changed files with 5 additions and 0 deletions
|
@ -148,6 +148,11 @@ public void failed_parse_shouldnt_blowup_the_process()
|
||||||
"The.Office.S03E115.DVDRip.XviD-OSiTV"
|
"The.Office.S03E115.DVDRip.XviD-OSiTV"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Mocker.GetMock<IMediaFileService>()
|
||||||
|
.Setup(c => c.FilterExistingFiles(_videoFiles, It.IsAny<int>()))
|
||||||
|
.Returns(_videoFiles);
|
||||||
|
|
||||||
Subject.GetImportDecisions(_videoFiles, new Series());
|
Subject.GetImportDecisions(_videoFiles, new Series());
|
||||||
|
|
||||||
Mocker.GetMock<IParsingService>()
|
Mocker.GetMock<IParsingService>()
|
||||||
|
|
Loading…
Reference in a new issue