Refactoring tests #141

Merged
kdeng00 merged 9 commits from refactoring_tests into v0.2 2025-06-04 20:40:41 -04:00
Showing only changes of commit a21fbbfd98 - Show all commits
+1 -2
View File
@@ -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,