Fixed: Failing history test

This commit is contained in:
ta264 2019-07-09 21:46:10 +01:00
parent 2c0d272c54
commit ea2e8e499d

View file

@ -61,12 +61,12 @@ public void should_use_file_name_for_source_title_if_scene_name_is_null()
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"
};