From 7e818154ffa9830e8e7e10293cabcf675f5712d8 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Fri, 23 May 2025 20:02:27 -0400 Subject: [PATCH] Uncommenting tests --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 12d22d6..15b7ac2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -385,7 +385,6 @@ mod tests { }) } - /* #[tokio::test] async fn test_song_queue() { 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; } - */ #[tokio::test] async fn test_create_song() {