From a21fbbfd9895a986410e98f66940f1030da75e39 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Wed, 4 Jun 2025 20:36:21 -0400 Subject: [PATCH] Last bit of tidying up --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 6d99dfc..9d68922 100644 --- a/src/main.rs +++ b/src/main.rs @@ -429,8 +429,6 @@ mod tests { } mod sequence_flow { - // use tower::ServiceExt; - // Flow for queueing song pub async fn queue_song_flow( app: &axum::Router, @@ -466,6 +464,7 @@ mod tests { } } + // Flow for queueing coverart pub async fn queue_coverart_flow( app: &axum::Router, song_queue_id: &uuid::Uuid,