Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2021-02-18 15:56:26 +01:00
parent 590ef22935
commit e7805e5009
No known key found for this signature in database
GPG Key ID: 42B69D8A64526EFB
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class GlobalStoragesControllerTest extends StoragesControllerTest {
$this->service,
$this->createMock(ILogger::class),
$session,
$this->createMock(IGroupManager::class),
$this->createMock(IGroupManager::class)
);
}
}