From b3283c9e17149dd7310668ce6d0c8121d2a1a178 Mon Sep 17 00:00:00 2001 From: phoenix Date: Tue, 1 Apr 2025 22:09:23 -0400 Subject: [PATCH] Formatted tests --- tests/auth_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auth_tests.rs b/tests/auth_tests.rs index bc284f0..48143d5 100644 --- a/tests/auth_tests.rs +++ b/tests/auth_tests.rs @@ -13,7 +13,7 @@ use axum::{ // use hyper::client::conn; // use sqlx::PgPool; use sqlx::postgres::PgPoolOptions; -use testcontainers_modules::{testcontainers::runners::AsyncRunner}; +use testcontainers_modules::testcontainers::runners::AsyncRunner; // use hyper::client; // use sqlx::postgres; // use http::{Request, StatusCode};