Skip to content

Commit 3a37a86

Browse files
committed
Fix Test
1 parent b370b3f commit 3a37a86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/system/Database/Live/UpsertTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ public function testGetCompiledUpsertBatch()
259259

260260
$sql = $this->db->table('user')
261261
->setData($userData)
262+
->onConstraint('email')
262263
->getCompiledUpsert();
263264

264265
$pos = strpos($sql, '[email protected]');

0 commit comments

Comments
 (0)