Skip to content

Commit a8b8c34

Browse files
committed
winp
1 parent f11e4d4 commit a8b8c34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Integration/Neo4jQueryAPIIntegrationTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ public function testWithArray(): void
465465

466466
$this->assertCount(count($expectedRows), $actualRows);
467467

468-
// Compare each row
468+
// Ensure all expected rows are present in actual results
469469
foreach ($expectedRows as $expectedRow) {
470470
$found = false;
471471
foreach ($actualRows as $actualRow) {
@@ -483,6 +483,7 @@ public function testWithArray(): void
483483

484484

485485

486+
486487
public function testWithDate(): void
487488
{
488489
$expected = new ResultSet(

0 commit comments

Comments
 (0)