Skip to content

Commit 31031ee

Browse files
committed
winp
1 parent 015d3f3 commit 31031ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Integration/Neo4jQueryAPIIntegrationTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,7 @@ public function testWithArray(): void
447447
new Bookmarks([])
448448
);
449449

450-
$results = $this->api->run(
451-
'MATCH (n:Person) WHERE n.name IN $names RETURN n.name',
450+
$results = $this->api->run('MATCH (n:Person) WHERE n.name IN $names RETURN n.name',
452451
['names' => ['bob1', 'alicy']]
453452
);
454453

0 commit comments

Comments
 (0)