Fetch next queued song #125

Merged
kdeng00 merged 6 commits from fetch_next_queued_song into v0.2 2025-04-26 18:38:17 -04:00
Showing only changes of commit 802dfcae82 - Show all commits
-1
View File
@@ -392,7 +392,6 @@ mod tests {
match fetch_queue_data_req(&app, &id).await { match fetch_queue_data_req(&app, &id).await {
Ok(response) => { Ok(response) => {
// let _resp = get_resp_data::<Vec<u8>>(response).await;
match resp_to_bytes(response).await { match resp_to_bytes(response).await {
Ok(bytes) => { Ok(bytes) => {
assert_eq!(false, bytes.is_empty(), "Queued data should not be empty"); assert_eq!(false, bytes.is_empty(), "Queued data should not be empty");