Skip to content

Commit c21fe5f

Browse files
committed
Try without selects
1 parent 8cba2cd commit c21fe5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e/Adapter/Base.php

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

0 commit comments

Comments
 (0)