Skip to content

Commit 287bbd5

Browse files
committed
Fix CS
1 parent 55cf9bd commit 287bbd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Database/Live/UpsertTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public function testUpsertCauseConstraintError()
256256
$esc = $this->db->escapeChar;
257257

258258
$this->db->table('user')
259-
->onConstraint(new RawSql($esc . 'user' . $esc . '.' . $esc. 'id' . $esc))
259+
->onConstraint(new RawSql($esc . 'user' . $esc . '.' . $esc . 'id' . $esc))
260260
->updateFields('name, email, country')
261261
->upsert($userData);
262262
}

0 commit comments

Comments
 (0)