From f2d8904a23dc90e75ed10edbed36a6305537e16c Mon Sep 17 00:00:00 2001 From: fogelito Date: Wed, 26 Mar 2025 09:58:39 +0200 Subject: [PATCH] Add $permissions --- tests/e2e/Adapter/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Adapter/Base.php b/tests/e2e/Adapter/Base.php index a56859dab..aaf8b246a 100644 --- a/tests/e2e/Adapter/Base.php +++ b/tests/e2e/Adapter/Base.php @@ -16523,7 +16523,7 @@ public function testDeleteBulkDocuments(): void $this->assertCount(2, static::getDatabase()->deleteDocuments( 'bulk_delete', [ - Query::select(['$internalId', '$id', '$collection', '$updatedAt']), + Query::select(['$internalId', '$id', '$collection', '$permissions', '$updatedAt']), Query::cursorAfter($docs[6]), Query::limit(2), ],