mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 09:03:49 -07:00
parent
52fc5ae1ea
commit
c02b66ec44
102 changed files with 299 additions and 300 deletions
|
@ -395,7 +395,7 @@ namespace NzbDrone.Common.Test.DiskTests
|
|||
var destination = new DirectoryInfo(GetTempFilePath());
|
||||
Subject.TransferFolder(source.FullName, destination.FullName, TransferMode.Copy);
|
||||
|
||||
//Delete Random File
|
||||
// Delete Random File
|
||||
destination.GetFiles("*.*", SearchOption.AllDirectories).First().Delete();
|
||||
|
||||
Subject.TransferFolder(source.FullName, destination.FullName, TransferMode.Copy);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue