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;