Skip to content

Commit c33db7b

Browse files
committed
wp
1 parent 015d3f3 commit c33db7b

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
@@ -435,8 +435,8 @@ public function testWithArray(): void
435435
{
436436
$expected = new ResultSet(
437437
[
438-
new ResultRow(['n.name' => 'bob1']),
439-
new ResultRow(['n.name' => 'alicy'])
438+
new ResultRow(['n.name' => 'alicy']),
439+
new ResultRow(['n.name' => 'bob1'])
440440
],
441441
new ResultCounters(
442442
containsUpdates: false,

0 commit comments

Comments
 (0)