Update song queue changes #145
+5
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user