Fixed broken test

This commit is contained in:
Antoine Gersant 2025-02-03 18:10:43 -08:00
parent 809e3f878d
commit 1b0b5bd164

View file

@ -1044,12 +1044,16 @@ mod test {
scanner::Song {
virtual_path: PathBuf::from("Kai.mp3"),
title: Some("Kai".to_owned()),
album: Some("ISDN".to_owned()),
artists: vec!["FSOL".to_owned()],
genres: vec!["Ambient".to_owned()],
..Default::default()
},
scanner::Song {
virtual_path: PathBuf::from("Fantasy.mp3"),
title: Some("Fantasy".to_owned()),
album: Some("Nemesis".to_owned()),
artists: vec!["Stratovarius".to_owned()],
genres: vec!["Metal".to_owned()],
..Default::default()
},