Fix Errors

Signed-off-by: David Loe <d.loewens24@gmail.com>
This commit is contained in:
David Loe
2022-12-30 12:56:06 +01:00
committed by Julius Härtl
parent b6756b4617
commit e256cf23ce
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -114,6 +114,7 @@ class BoardServiceTest extends TestCase {
$this->service = new BoardService(
$this->boardMapper,
$this->stackMapper,
$this->cardMapper,
$this->config,
$this->l10n,
$this->labelMapper,
@@ -121,7 +122,6 @@ class BoardServiceTest extends TestCase {
$this->permissionService,
$this->notificationHelper,
$this->assignedUsersMapper,
$this->cardMapper,
$this->userManager,
$this->groupManager,
$this->activityManager,