From 321cb6240005b2e3a6e02a59f07b83640a80e7b7 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 15 Jan 2024 23:00:36 +0000 Subject: [PATCH] dfgsdfs --- tests/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 297307f3..ab1a7f8c 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -43,7 +43,7 @@ $userPage->onUserCreation(new UserCreationEvent("test", "test", "test", "test@te // in mysql, CREATE TABLE commits transactions, so after the database // upgrade we may or may not be inside a transaction depending on if // any tables were created. -if(!$database->is_transaction_open()) { +if($database->is_transaction_open()) { $database->commit(); } $_tracer->end();