Skip to content

Commit 1648ab9

Browse files
committed
new commit
1 parent 1e301b7 commit 1648ab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Integration/Neo4jQueryAPIIntegrationTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,8 @@ public function testWithArray(): void
428428
{
429429
$expected = new ResultSet(
430430
[
431-
new ResultRow(['n.name' => 'bob1']),
432-
new ResultRow(['n.name' => 'alicy'])
431+
new ResultRow(['n.name' => 'alicy']),
432+
new ResultRow(['n.name' => 'bob1'])
433433
],
434434
new ResultCounters(
435435
containsUpdates: false,

0 commit comments

Comments
 (0)