Fixed: RemotePathMappingCheck Improvements

This commit is contained in:
Qstick
2023-01-21 13:18:00 -06:00
parent 5664054f95
commit f68dc04273
5 changed files with 8 additions and 7 deletions
@@ -27,7 +27,7 @@ namespace NzbDrone.Core.Test.Download
_downloadClients = new List<IDownloadClient>();
Mocker.GetMock<IProvideDownloadClient>()
.Setup(v => v.GetDownloadClients())
.Setup(v => v.GetDownloadClients(It.IsAny<bool>()))
.Returns(_downloadClients);
Mocker.GetMock<IProvideDownloadClient>()