Skip to content

Commit 9da379d

Browse files
committed
winp
1 parent 00af5cb commit 9da379d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Neo4jQueryAPIIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ public function testWithArray(): void
444444

445445
$results = $this->api->run(
446446
'MATCH (n:Person) WHERE n.name IN $names RETURN n.name',
447-
['names' => ['alicy', 'bob1']]
447+
['names' => ['bob1', 'alicy']]
448448
);
449449

450450
$this->assertEquals($expected->getQueryCounters(), $results->getQueryCounters());

0 commit comments

Comments
 (0)