Link user id to song queue #159

Merged
kdeng00 merged 24 commits from link_user_id_to_song_queue into v0.2 2025-07-22 21:36:29 -04:00
Showing only changes of commit cfabbfc122 - Show all commits
-6
View File
@@ -663,11 +663,6 @@ mod tests {
let _ = db_mgr::drop_database(&tm_pool, &db_name).await;
}
mod special_area {
use super::*;
use std::io::Write;
#[tokio::test]
async fn test_song_fetch_queue_item() {
@@ -976,7 +971,6 @@ mod tests {
let _ = db_mgr::drop_database(&tm_pool, &db_name).await;
}
}
#[tokio::test]
async fn test_song_metadata_queue() {