mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed: Failing history test
This commit is contained in:
parent
2c0d272c54
commit
ea2e8e499d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue