Skip to content

Commit 3b3eae0

Browse files
PratikshaPratiksha
authored andcommitted
fixed integration test for resultcounters
1 parent 30d31a7 commit 3b3eae0

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
@@ -86,7 +86,7 @@ public function testCounters(): void
8686
$queryCounters = $result->getQueryCounters();
8787

8888
$this->assertNotNull($queryCounters);
89-
$this->assertEquals(1, $queryCounters->getNodesCreated());
89+
$this->assertEquals(1, $queryCounters->nodesCreated);
9090
}
9191

9292
public function testCreateBookmarks(): void

0 commit comments

Comments
 (0)