mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 04:59:35 -07:00
Fixed: MediaFileTableCleanup Test Failing
This commit is contained in:
parent
166fc90454
commit
c1e1741957
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ namespace NzbDrone.Core.Test.MediaFiles
|
||||||
{
|
{
|
||||||
var trackFiles = Builder<TrackFile>.CreateListOfSize(10)
|
var trackFiles = Builder<TrackFile>.CreateListOfSize(10)
|
||||||
.Random(10)
|
.Random(10)
|
||||||
.With(c => c.Path = "/ExistingPath".AsOsAgnostic())
|
.With(c => c.Path = Path.Combine(@"c:\test".AsOsAgnostic(), Path.GetRandomFileName()))
|
||||||
.Build();
|
.Build();
|
||||||
|
|
||||||
GivenTrackFiles(trackFiles);
|
GivenTrackFiles(trackFiles);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue