Changing location of test code

This commit is contained in:
kdeng00
2025-07-18 19:26:38 -04:00
parent 0d50013ae1
commit cfabbfc122
-6
View File
@@ -663,11 +663,6 @@ mod tests {
let _ = db_mgr::drop_database(&tm_pool, &db_name).await; let _ = db_mgr::drop_database(&tm_pool, &db_name).await;
} }
mod special_area {
use super::*;
use std::io::Write;
#[tokio::test] #[tokio::test]
async fn test_song_fetch_queue_item() { async fn test_song_fetch_queue_item() {
@@ -976,7 +971,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_song_metadata_queue() { async fn test_song_metadata_queue() {