Skip to content

Commit 2598f51

Browse files
sclubricantskenjis
andauthored
Update tests/system/Database/Live/UpsertTest.php
Co-authored-by: kenjis <[email protected]>
1 parent 6054ce8 commit 2598f51

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
@@ -628,7 +628,7 @@ public function testUpsertWithMultipleSet()
628628
if ($this->db->DBDriver === 'OCI8') {
629629
$ts = "to_char(TO_DATE('2022-10-01 12:00:00','yyyy/mm/dd hh24:mi:ss'), 'yyyy-mm-dd')";
630630
} elseif ($this->db->DBDriver === 'SQLSRV') {
631-
$ts = "CAST('2022-10-01 12:00:00' AS date )";
631+
$ts = "CAST('2022-10-01 12:00:00' AS date)";
632632
}
633633

634634
$builder->set('email', '[email protected]');

0 commit comments

Comments
 (0)