From cfabbfc1225e337583d9f052711b4c8c1c7054ee Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Fri, 18 Jul 2025 19:26:38 -0400 Subject: [PATCH] Changing location of test code --- src/main.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main.rs b/src/main.rs index 8253020..9ac95fd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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() {