1
0
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:
kay.one 2013-07-18 22:25:42 -07:00
parent 75fe4bb7d8
commit 32933ef1c0

View File

@ -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>()