1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00

RemotePathMappingCheck Improvements

This commit is contained in:
Qstick
2023-01-16 22:45:55 -06:00
committed by Mark McDowall
parent 202449c40c
commit 1f20bc63c6
6 changed files with 10 additions and 9 deletions
@@ -63,7 +63,7 @@ namespace NzbDrone.Core.Test.HealthCheck.Checks
.Returns(_clientStatus);
Mocker.GetMock<IProvideDownloadClient>()
.Setup(s => s.GetDownloadClients())
.Setup(s => s.GetDownloadClients(It.IsAny<bool>()))
.Returns(new IDownloadClient[] { _downloadClient.Object });
Mocker.GetMock<IConfigService>()