Separate the collection from beets output in tests #114

Merged
wojtek merged 8 commits from 113---separate-the-collection-from-beets-output-in-tests into main 2024-01-21 15:29:37 +01:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit da063a4700 - Show all commits

Binary file not shown.

View File

@ -479,7 +479,7 @@ pub static LIBRARY_ITEMS: Lazy<Vec<Item>> = Lazy::new(|| -> Vec<Item> {
}, },
Item { Item {
album_artist: String::from("Heavens Basement"), album_artist: String::from("Heavens Basement"),
album_artist_sort: Some(String::from("Heavens Basement")), album_artist_sort: None,
album_year: 2011, album_year: 2011,
album_title: String::from("Paper Plague"), album_title: String::from("Paper Plague"),
track_number: 0, track_number: 0,