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 e68b673 commit bf91cad
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 @@ -254,7 +254,7 @@ public function testTransInsertBatchFailed(): void
],
];

$this->db->transBegin();
$this->db->transStrict(false)->transBegin();
$this->db->table('job')->insertBatch($data);

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

0 comments on commit bf91cad

Please sign in to comment.