Uncommenting tests

This commit is contained in:
kdeng00
2025-05-23 20:02:27 -04:00
parent b0273d6239
commit 7e818154ff
-2
View File
@@ -385,7 +385,6 @@ mod tests {
}) })
} }
/*
#[tokio::test] #[tokio::test]
async fn test_song_queue() { async fn test_song_queue() {
let tm_pool = db_mgr::get_pool().await.unwrap(); let tm_pool = db_mgr::get_pool().await.unwrap();
@@ -1188,7 +1187,6 @@ mod tests {
let _ = db_mgr::drop_database(&tm_pool, &db_name).await; let _ = db_mgr::drop_database(&tm_pool, &db_name).await;
} }
*/
#[tokio::test] #[tokio::test]
async fn test_create_song() { async fn test_create_song() {