removed useless use statements because I nuked the non working sqlx tests (will do later)
This commit is contained in:
@@ -1,12 +1,8 @@
|
|||||||
use crate::{driver_data::Driver, pog::SqlStruct};
|
|
||||||
|
|
||||||
use super::*;
|
use super::*;
|
||||||
use actix_web::{
|
use actix_web::{
|
||||||
http::header::ContentType,
|
http::header::ContentType,
|
||||||
test::{self, init_service},
|
test::{self, init_service},
|
||||||
};
|
};
|
||||||
use chrono::NaiveDate;
|
|
||||||
use sqlx::{PgPool, Row};
|
|
||||||
|
|
||||||
//TODO: sqlx offline mode for these tests
|
//TODO: sqlx offline mode for these tests
|
||||||
#[actix_web::test]
|
#[actix_web::test]
|
||||||
|
|||||||
Reference in New Issue
Block a user