mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -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()
|
var trackFile = Builder<TrackFile>.CreateNew()
|
||||||
.With(f => f.SceneName = null)
|
.With(f => f.SceneName = null)
|
||||||
.With(f => f.Artist = artist)
|
.With(f => f.Artist = artist)
|
||||||
.With(f => f.Album = new Album())
|
|
||||||
.Build();
|
.Build();
|
||||||
|
|
||||||
var localTrack = new LocalTrack
|
var localTrack = new LocalTrack
|
||||||
{
|
{
|
||||||
Artist = artist,
|
Artist = artist,
|
||||||
|
Album = new Album(),
|
||||||
Tracks = tracks,
|
Tracks = tracks,
|
||||||
Path = @"C:\Test\Unsorted\Artist.01.Hymn.mp3"
|
Path = @"C:\Test\Unsorted\Artist.01.Hymn.mp3"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue