Skip to content

Commit e68b673

Browse files
committed
fix test
1 parent 9ecec56 commit e68b673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Database/Live/TransactionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ public function testTransInsertBatchFailed(): void
259259

260260
$this->assertFalse($this->db->transStatus());
261261

262-
$this->db->transRollback();
262+
$this->db->transComplete();
263263

264264
$this->dontSeeInDatabase('job', ['name' => 'Grocery Sales']);
265265
}

0 commit comments

Comments
 (0)