clean
This commit is contained in:
parent
08a1d16f88
commit
dcb7bc4c24
@ -15,10 +15,7 @@ pub fn routes() -> Vec<Route> {
|
|||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod test {
|
mod test {
|
||||||
use rocket::{
|
use rocket::{http::Status, local::asynchronous::Client};
|
||||||
http::{ContentType, Status},
|
|
||||||
local::asynchronous::Client,
|
|
||||||
};
|
|
||||||
use sqlx::SqlitePool;
|
use sqlx::SqlitePool;
|
||||||
|
|
||||||
use crate::testdb;
|
use crate::testdb;
|
||||||
|
Loading…
Reference in New Issue
Block a user