Skip to content

Commit 650bdb2

Browse files
committed
fix: unit tests
1 parent 28bb923 commit 650bdb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Unit/Service/Permission/PermissionServiceTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ private function getPermissionServiceWithUser(): PermissionService
474474
{
475475
return new PermissionService(
476476
$this->getEventService(),
477+
$this->makeEmpty(LanguageServiceInterface::class),
477478
new WorkspaceService(
478479
$this->makeEmpty(UserResolverInterface::class, [
479480
'getUserRoleById' => $this->role,

0 commit comments

Comments
 (0)