Skip to content

Commit aa8b7f7

Browse files
committed
Merge remote-tracking branch 'origin/upsert' into upsert
2 parents bc7449c + 6d170f0 commit aa8b7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ActiveRecordTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ public static function dataUpsert(): array
12741274
'insertProperties' => null,
12751275
'updateValues' => [
12761276
'name' => 'another name',
1277-
'address' => 'another address'
1277+
'address' => 'another address',
12781278
],
12791279
'expected' => [
12801280
'id' => 3,

0 commit comments

Comments
 (0)