Code formatting
This commit is contained in:
+5
-1
@@ -824,7 +824,11 @@ mod tests {
|
|||||||
);
|
);
|
||||||
|
|
||||||
let updated_song_queued_id = resp.data[0];
|
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) => {
|
Err(err) => {
|
||||||
assert!(false, "Error: {:?}", err);
|
assert!(false, "Error: {:?}", err);
|
||||||
|
|||||||
Reference in New Issue
Block a user