Skip to content

Commit 0e7abf2

Browse files
committed
test: remove unneeded argument
1 parent 2de727d commit 0e7abf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Database/Live/UpdateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ public function testUpdateBatchUpdateFieldsAndAlias()
397397
->updateFields($updateFields)
398398
->onConstraint(['email', new RawSql("{$esc}db_user{$esc}.{$esc}country{$esc} = {$esc}_update{$esc}.{$esc}country{$esc}")])
399399
->setData($data, null, '_update')
400-
->updateBatch($data);
400+
->updateBatch();
401401

402402
$result = $this->db->table('user')->get()->getResultArray();
403403

0 commit comments

Comments
 (0)