Skip to content

Commit 03ba92c

Browse files
committed
comments
1 parent 6ac96b2 commit 03ba92c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/e2e/Adapter/Scopes/PermissionTests.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ public function testUnsetPermissions(): void
127127

128128
foreach ($documents as $document) {
129129
$this->assertEquals('Richard Nixon', $document->getAttribute('president'));
130+
/**
131+
* This is failing!!!
132+
*/
130133
$this->assertEquals([], $document->getPermissions());
131134
}
132135
}

0 commit comments

Comments
 (0)