1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Update client is now moved rather than copied.

This commit is contained in:
kay.one
2011-11-21 20:42:05 -08:00
parent 03fb405c2e
commit 54e5874770
2 changed files with 2 additions and 2 deletions
@@ -97,7 +97,7 @@ namespace NzbDrone.Core.Test.JobTests
//Assert
Mocker.GetMock<DiskProvider>().Verify(
c => c.CopyDirectory(updateClientFolder, SANDBOX_FOLDER));
c => c.MoveDirectory(updateClientFolder, SANDBOX_FOLDER));
}
[Test]