mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04:00
Fixed: MediaFileTableCleanup Test Failing
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user