clean up :D

This commit is contained in:
LinlyBoi
2022-12-31 19:26:32 +02:00
parent f5e3ba706f
commit d908755f45
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1,2 @@
use common::CommonAdmin;

View File

@@ -4,8 +4,7 @@ use actix_web::{
test::{self, init_service}, test::{self, init_service},
}; };
//This test actually should pass but I think this just needs the pool to be inserted idk //TODO: sqlx offline mode for these tests
//TODO: Fix this
#[actix_web::test] #[actix_web::test]
async fn test_list_drivers_ok() { async fn test_list_drivers_ok() {
let app = tests::init_service(App::new().service(driver_data::list_all)).await; let app = tests::init_service(App::new().service(driver_data::list_all)).await;