Skip to content

Commit f2d8904

Browse files
committed
Add $permissions
1 parent 2278edd commit f2d8904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/Adapter/Base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16523,7 +16523,7 @@ public function testDeleteBulkDocuments(): void
1652316523
$this->assertCount(2, static::getDatabase()->deleteDocuments(
1652416524
'bulk_delete',
1652516525
[
16526-
Query::select(['$internalId', '$id', '$collection', '$updatedAt']),
16526+
Query::select(['$internalId', '$id', '$collection', '$permissions', '$updatedAt']),
1652716527
Query::cursorAfter($docs[6]),
1652816528
Query::limit(2),
1652916529
],

0 commit comments

Comments
 (0)