Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
karatakis committed Oct 12, 2022
1 parent a731afb commit 8aa5c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion derive/src/root_query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -520,4 +520,4 @@ pub fn basic_dependencies() -> TokenStream {
}
}
}
}
}
2 changes: 1 addition & 1 deletion examples/postgres/tests/query_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use sea_orm::Database;
use seaography_postgres_example::{OrmDataloader, QueryRoot};

pub async fn get_schema() -> Schema<QueryRoot, EmptyMutation, EmptySubscription> {
let database = Database::connect("postgres://postgres:postgres@127.0.0.1/sakila")
let database = Database::connect("postgres://sea:sea@127.0.0.1/sakila")
.await
.unwrap();
let orm_dataloader: DataLoader<OrmDataloader> = DataLoader::new(
Expand Down

0 comments on commit 8aa5c14

Please sign in to comment.