Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Jan 2, 2025
1 parent 9ecec56 commit e68b673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/Database/Live/TransactionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public function testTransInsertBatchFailed(): void

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

$this->db->transRollback();
$this->db->transComplete();

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

0 comments on commit e68b673

Please sign in to comment.