mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Fixed: RemotePathMappingCheck Improvements
This commit is contained in:
parent
9cbc771b93
commit
180e9badf5
5 changed files with 9 additions and 7 deletions
|
@ -68,7 +68,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<IProvideDownloadClient>()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue