Rename Drone Factory Config Keys (#70)

* Rename Drone Factory Config Keys
This commit is contained in:
Qstick
2017-08-27 20:32:26 -04:00
committed by GitHub
parent 19414912ad
commit 2c42fc19e5
23 changed files with 67 additions and 48 deletions
@@ -30,7 +30,7 @@ namespace NzbDrone.Core.Test.HealthCheck.Checks
private void GivenDroneFactoryFolder(bool exists = false)
{
Mocker.GetMock<IConfigService>()
.SetupGet(s => s.DownloadedEpisodesFolder)
.SetupGet(s => s.DownloadedAlbumsFolder)
.Returns(DRONE_FACTORY_FOLDER.AsOsAgnostic());
Mocker.GetMock<IDiskProvider>()