mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Fixed broken tests.
This commit is contained in:
parent
bb5febaade
commit
a827199902
2 changed files with 9 additions and 3 deletions
|
@ -26,6 +26,9 @@ namespace NzbDrone.Core.Test.ProviderTests
|
|||
.Setup(c => c.GetEpisodeBySeries(It.IsAny<long>()))
|
||||
.Returns(new List<Episode> { new Episode() });
|
||||
|
||||
mocker.GetMock<DiskProvider>()
|
||||
.Setup(c => c.FolderExists(It.IsAny<string>()))
|
||||
.Returns(true);
|
||||
|
||||
mocker.GetMock<MediaFileProvider>()
|
||||
.Setup(c => c.GetSeriesFiles(It.IsAny<int>()))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue