From 5a07510b9dd971bbc9dce1440def8a2e622aa066 Mon Sep 17 00:00:00 2001 From: phoenix Date: Tue, 1 Apr 2025 23:37:49 -0400 Subject: [PATCH] Test fix --- tests/auth_tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/auth_tests.rs b/tests/auth_tests.rs index 22efc5a..947972b 100644 --- a/tests/auth_tests.rs +++ b/tests/auth_tests.rs @@ -12,8 +12,8 @@ use axum::{ }; // use hyper::client::conn; // use sqlx::PgPool; -use sqlx::postgres::{self, PgPoolOptions}; -use testcontainers_modules::testcontainers::runners::AsyncRunner; +// use sqlx::postgres::{self, PgPoolOptions}; +// use testcontainers_modules::testcontainers::runners::AsyncRunner; // use hyper::client; // use sqlx::postgres; // use http::{Request, StatusCode};