Skip to content

Commit 798f49e

Browse files
removed unused var
1 parent 1a2c1bd commit 798f49e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/Adapter/Scopes/ObjectAttributeTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,7 @@ public function testNestedObjectAttributeEdgeCases(): void
15421542
$this->assertEquals('mixed2', $results[0]->getId());
15431543

15441544
// Edge Case 5: Update operations affecting nested indexed paths
1545-
$updated = $database->updateDocument($collectionId, 'mixed1', new Document([
1545+
$database->updateDocument($collectionId, 'mixed1', new Document([
15461546
'$id' => 'mixed1',
15471547
'$permissions' => [Permission::read(Role::any()), Permission::update(Role::any())],
15481548
'name' => 'Alice Updated',

0 commit comments

Comments
 (0)