Skip to content

Commit 7a02228

Browse files
committed
ci fixing
1 parent f08bb05 commit 7a02228

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Integration/DataTypesIntegrationTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public function testWithExactNames(): void
5252
]);
5353

5454
$this->assertEquals($expected->getQueryCounters(), $results->getQueryCounters());
55-
$this->assertNotEmpty(iterator_to_array($results), 'No results returned from query.');
5655
$bookmarks = $results->getBookmarks() ?? new Bookmarks([]);
5756
$this->assertCount(1, $bookmarks);
5857
}

0 commit comments

Comments
 (0)