Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Feb 1, 2023
1 parent d11998b commit d8a2428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/loader_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async fn loader_load_one() -> Result<(), DbErr> {
feature = "sqlx-postgres"
))]
async fn loader_load_one_complex() -> Result<(), DbErr> {
let ctx = TestContext::new("loader_test_load_one").await;
let ctx = TestContext::new("loader_test_load_one_complex").await;
create_tables(&ctx.db).await?;

let bakery = insert_bakery(&ctx.db, "SeaSide Bakery").await?;
Expand Down

0 comments on commit d8a2428

Please sign in to comment.