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) }