We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a92a97 commit bb56797Copy full SHA for bb56797
tests/Integration/DataTypesIntegrationTest.php
@@ -52,7 +52,6 @@ public function testWithExactNames(): void
52
]);
53
54
$this->assertEquals($expected->getQueryCounters(), $results->getQueryCounters());
55
- $this->assertNotEmpty(iterator_to_array($results), 'No results returned from query.');
56
$bookmarks = $results->getBookmarks() ?? new Bookmarks([]);
57
$this->assertCount(1, $bookmarks);
58
}
0 commit comments