Fixup
This commit is contained in:
parent
68c7470ac9
commit
e9acabd847
@ -1,6 +1,6 @@
|
||||
use dto::dto;
|
||||
use rocket::serde::json::Json;
|
||||
use rocket_example_service::{Mutation, Query};
|
||||
use rocket_okapi_example_service::{Mutation, Query};
|
||||
|
||||
use sea_orm_rocket::Connection;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
use rocket_example_service::sea_orm;
|
||||
use rocket_okapi_example_service::sea_orm;
|
||||
|
||||
use async_trait::async_trait;
|
||||
use sea_orm::ConnectOptions;
|
||||
|
@ -2,7 +2,7 @@ mod prepare;
|
||||
|
||||
use entity::post;
|
||||
use prepare::prepare_mock_db;
|
||||
use rocket_example_service::{Mutation, Query};
|
||||
use rocket_okapi_example_service::{Mutation, Query};
|
||||
|
||||
#[tokio::test]
|
||||
async fn main() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user