Added test

Need to complete
This commit is contained in:
kdeng00
2025-05-26 15:53:47 -04:00
parent 9d37fd108b
commit 3b5786f738
+5
View File
@@ -1639,4 +1639,9 @@ mod tests {
let _ = db_mgr::drop_database(&tm_pool, &db_name).await; let _ = db_mgr::drop_database(&tm_pool, &db_name).await;
} }
// TODO: Complete test
#[tokio::test]
async fn test_wipe_data_from_coverart_queue() {
}
} }