Skip to content

Commit e9ae95b

Browse files
committed
Cursor selects
1 parent c21fe5f commit e9ae95b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/e2e/Adapter/Base.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16617,8 +16617,7 @@ public function testDeleteBulkDocuments(): void
1661716617
$this->assertCount(2, static::getDatabase()->deleteDocuments(
1661816618
'bulk_delete',
1661916619
[
16620-
//Query::select([...$selects, '$createdAt']),
16621-
Query::select($selects),
16620+
Query::select([...$selects, '$createdAt']),
1662216621
Query::cursorAfter($docs[6]),
1662316622
Query::greaterThan('$createdAt', '2000-01-01'),
1662416623
Query::orderAsc('$createdAt'),

0 commit comments

Comments
 (0)