Fixed: Failing history test

pull/861/head
ta264 5 years ago
parent 2c0d272c54
commit ea2e8e499d

@ -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"
};

Loading…
Cancel
Save