Skip to content

Commit a52b4f8

Browse files
committed
fix test
1 parent 6862d43 commit a52b4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Database/Builder/InsertTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public function testInsertBatchThrowsExceptionOnEmptyData()
258258
$builder = $this->db->table('jobs');
259259

260260
$this->expectException(DatabaseException::class);
261-
$this->expectExceptionMessage('insertBatch() called with no data');
261+
$this->expectExceptionMessage('insertBatch()/upsertBatch called with no data');
262262
$builder->insertBatch([]);
263263
}
264264
}

0 commit comments

Comments
 (0)