mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
fixed broken tests.
This commit is contained in:
parent
5bc35fa997
commit
87da82dd90
3 changed files with 4 additions and 2 deletions
|
@ -159,7 +159,7 @@ namespace NzbDrone.Test.Common
|
|||
|
||||
protected string GetTestFilePath()
|
||||
{
|
||||
return GetTestFilePath(Path.GetTempFileName());
|
||||
return GetTestFilePath(Path.GetRandomFileName());
|
||||
}
|
||||
|
||||
protected string SandboxFolder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue