Skip to content

Commit 20af618

Browse files
committed
$id typo
1 parent 14b2eae commit 20af618

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
@@ -16521,7 +16521,7 @@ public function testDeleteBulkDocuments(): void
1652116521
$this->assertCount(10, static::getDatabase()->deleteDocuments(
1652216522
'bulk_delete',
1652316523
[
16524-
Query::select(['$internalId', '$uid', '$permissions', '$updatedAt'])
16524+
Query::select(['$internalId', '$id', '$permissions', '$updatedAt'])
1652516525
]
1652616526
));
1652716527

0 commit comments

Comments
 (0)