diff --git a/src/main.rs b/src/main.rs index 73f7892..3b947e6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1639,4 +1639,9 @@ mod tests { let _ = db_mgr::drop_database(&tm_pool, &db_name).await; } + + // TODO: Complete test + #[tokio::test] + async fn test_wipe_data_from_coverart_queue() { + } }