mirror of
https://github.com/Readarr/Readarr
synced 2026-01-06 07:40:49 +01: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 @@ public void should_not_update_track_when_trackFile_exists()
|
|||
{
|
||||
var trackFiles = Builder<TrackFile>.CreateListOfSize(10)
|
||||
.Random(10)
|
||||
.With(c => c.Path = "/ExistingPath".AsOsAgnostic())
|
||||
.With(c => c.Path = Path.Combine(@"c:\test".AsOsAgnostic(), Path.GetRandomFileName()))
|
||||
.Build();
|
||||
|
||||
GivenTrackFiles(trackFiles);
|
||||
|
|
|
|||
Loading…
Reference in a new issue