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 f08bb05 commit 7a02228Copy full SHA for 7a02228
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