Fix test case which relied on mapper->delete() returning a bool value

Signed-off-by: Raul Ferreira Fuentes <raul@nextcloud.com>
This commit is contained in:
Raul Ferreira Fuentes
2022-04-11 20:04:16 +02:00
parent 8399b00a10
commit 8c1e53a8df
3 changed files with 3 additions and 4 deletions

View File

@@ -160,6 +160,7 @@ class CardServiceTest extends TestCase {
$cardExpected->setAssignedUsers(['user1', 'user2']);
$cardExpected->setRelatedBoard($boardMock);
$cardExpected->setRelatedStack($stackMock);
$cardExpected->setLabels([]);
$this->assertEquals($cardExpected, $this->cardService->find(123));
}