diff --git a/src/core/musichoard/database.rs b/src/core/musichoard/database.rs index 24c872f..0d387aa 100644 --- a/src/core/musichoard/database.rs +++ b/src/core/musichoard/database.rs @@ -871,7 +871,8 @@ mod tests { let album = &music_hoard.collection[0].albums[0]; assert_eq!(album.meta.id.mb_ref, AlbumMbRef::CannotHaveMbid); - // To clear the mb_ref we need the album_id to have the mb_ref to identify the correct album. + // To clear the mb_ref we need the album_id to have the mb_ref to identify the correct + // album. album_id.set_mb_ref(AlbumMbRef::CannotHaveMbid); assert!(music_hoard .clear_album_mb_ref(&artist_id, &album_id)