Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix test
Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed Feb 18, 2021
commit e7805e500976e8552e8b01084b3090b671c0ada4
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected function setUp(): void {
$this->service,
$this->createMock(ILogger::class),
$session,
$this->createMock(IGroupManager::class),
$this->createMock(IGroupManager::class)
);
}
}