Lint
All checks were successful
Cargo CI / Build and Test (pull_request) Successful in 2m4s
Cargo CI / Lint (pull_request) Successful in 1m6s

This commit is contained in:
Wojciech Kozlowski 2025-01-03 17:37:36 +01:00
parent ccea27531f
commit d8fdc74eba

View File

@ -224,7 +224,6 @@ mod tests {
assert_eq!(expected, mh.collection); assert_eq!(expected, mh.collection);
} }
#[test] #[test]
#[should_panic(expected = "multiple secondaries unsupported")] #[should_panic(expected = "multiple secondaries unsupported")]
fn merge_two_db_artists_to_one_lib_artist() { fn merge_two_db_artists_to_one_lib_artist() {