From d8a2428f460a50ad851db01718976267364a4a3d Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Thu, 2 Feb 2023 01:47:28 +0800 Subject: [PATCH] Fixup --- tests/loader_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/loader_tests.rs b/tests/loader_tests.rs index e519be42..0026fc85 100644 --- a/tests/loader_tests.rs +++ b/tests/loader_tests.rs @@ -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?;