mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 08:46:34 +00:00
Fixed: Failing history test
This commit is contained in:
@@ -61,12 +61,12 @@ namespace NzbDrone.Core.Test.HistoryTests
|
||||
var trackFile = Builder<TrackFile>.CreateNew()
|
||||
.With(f => f.SceneName = null)
|
||||
.With(f => f.Artist = artist)
|
||||
.With(f => f.Album = new Album())
|
||||
.Build();
|
||||
|
||||
var localTrack = new LocalTrack
|
||||
{
|
||||
Artist = artist,
|
||||
Album = new Album(),
|
||||
Tracks = tracks,
|
||||
Path = @"C:\Test\Unsorted\Artist.01.Hymn.mp3"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user