Skip to content

Commit 319f168

Browse files
committed
winprogress
1 parent a67ca40 commit 319f168

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
@@ -430,8 +430,8 @@ public function testWithArray(): void
430430
{
431431
$expected = new ResultSet(
432432
[
433-
new ResultRow(['n.name' => 'bob1']),
434-
new ResultRow(['n.name' => 'alicy'])
433+
new ResultRow(['n.name' => 'alicy']),
434+
new ResultRow(['n.name' => 'bob1'])
435435
],
436436
new ResultCounters(
437437
containsUpdates: false,

0 commit comments

Comments
 (0)