Update song queue changes #145

Merged
kdeng00 merged 5 commits from update_song_queue-changes into v0.2 2025-06-28 16:45:25 -04:00
Showing only changes of commit e7d853399f - Show all commits
+5 -1
View File
@@ -824,7 +824,11 @@ mod tests {
);
let updated_song_queued_id = resp.data[0];
assert_eq!(updated_song_queued_id, *id, "Song queue Id should match, but they don't. {:?} {:?}", updated_song_queued_id, id);
assert_eq!(
updated_song_queued_id, *id,
"Song queue Id should match, but they don't. {:?} {:?}",
updated_song_queued_id, id
);
}
Err(err) => {
assert!(false, "Error: {:?}", err);