Skip to content

Commit 8b2bdee

Browse files
no message
1 parent ec954a5 commit 8b2bdee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/MartinGeorgiev/Doctrine/ORM/Query/AST/Functions/JsonbInsertTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function test_throws_exception_when_inserting_at_existing_nested_path():
7171
WHERE t.id = 5';
7272

7373
$this->executeDqlQuery($dql, [
74-
'path' => '{address,zip}',
74+
'path' => '{address,zip}',
7575
'value' => '"10001"',
7676
]);
7777
}

0 commit comments

Comments
 (0)