Skip to content

Commit 903107a

Browse files
committed
duplicate test
1 parent 7665831 commit 903107a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/e2e/Adapter/Scopes/DocumentTests.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,6 +1645,7 @@ public function testUpdateDocumentChangeIdMigratesPermissions(): void
16451645
'$id' => 'final_id',
16461646
'$permissions' => [
16471647
Permission::read(Role::user('bob')),
1648+
Permission::read(Role::user('bob')), // Duplication check
16481649
Permission::update(Role::user('bob')),
16491650
Permission::delete(Role::user('bob')),
16501651
],

0 commit comments

Comments
 (0)