From 23155dced1131c1d2abb8ec10559217ef07a2f3c Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Fri, 15 Oct 2021 18:04:49 +0800 Subject: [PATCH] Fixup --- tests/transaction_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/transaction_tests.rs b/tests/transaction_tests.rs index 1bf4a241..7845843e 100644 --- a/tests/transaction_tests.rs +++ b/tests/transaction_tests.rs @@ -298,7 +298,7 @@ pub async fn transaction_closure_commit() -> Result<(), DbErr> { feature = "sqlx-postgres" ))] pub async fn transaction_closure_rollback() -> Result<(), DbErr> { - let ctx = TestContext::new("transaction_closure_commit_test").await; + let ctx = TestContext::new("transaction_closure_rollback_test").await; create_tables(&ctx.db).await?; assert_eq!(bakery::Entity::find().all(&ctx.db).await?.len(), 0);