From e81c56c1d79c7b31f4a3a33f8f2c468a941853a9 Mon Sep 17 00:00:00 2001 From: phoenix Date: Wed, 17 Jun 2026 17:50:01 -0400 Subject: [PATCH] More cleanup --- tests/test.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/test.rs b/tests/test.rs index 15be0a1..90e8749 100644 --- a/tests/test.rs +++ b/tests/test.rs @@ -1,8 +1,6 @@ // use std::io::Write; // use common_multipart_rfc7578::client::multipart::{Body as MultipartBody, Form as MultipartForm}; -// use tower::ServiceExt; - use textsender_api::db; mod db_mgr { @@ -62,7 +60,7 @@ mod db_mgr { let pool = connect_to_db(&db_name).await.unwrap(); migrations(&pool).await; - // db::migrations(&pool).await; + (tm_pool, db_name, pool) }