From d908755f45f5e75450a4f0eccd946a78f3cbe54e Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Sat, 31 Dec 2022 19:26:32 +0200 Subject: [PATCH] clean up :D --- backend/src/admin_data.rs | 3 ++- backend/src/tests.rs | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/src/admin_data.rs b/backend/src/admin_data.rs index 3c36c3b..139597f 100644 --- a/backend/src/admin_data.rs +++ b/backend/src/admin_data.rs @@ -1 +1,2 @@ -use common::CommonAdmin; + + diff --git a/backend/src/tests.rs b/backend/src/tests.rs index d285949..574e56e 100644 --- a/backend/src/tests.rs +++ b/backend/src/tests.rs @@ -4,8 +4,7 @@ use actix_web::{ test::{self, init_service}, }; -//This test actually should pass but I think this just needs the pool to be inserted idk -//TODO: Fix this +//TODO: sqlx offline mode for these tests #[actix_web::test] async fn test_list_drivers_ok() { let app = tests::init_service(App::new().service(driver_data::list_all)).await;