fix:allow foreign label deletion

Signed-off-by: grnd-alt <github@belakkaf.net>
This commit is contained in:
grnd-alt
2025-07-24 12:02:30 +02:00
parent af99211d6b
commit 4741817594
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -475,9 +475,6 @@ class CardServiceTest extends TestCase {
$label->setBoardId(1);
$this->cardMapper->expects($this->once())->method('find')->willReturn($card);
$this->cardMapper->expects($this->once())->method('removeLabel');
$this->cardMapper->expects($this->once())
->method('findBoardId')
->willReturn(1);
$this->labelMapper->expects($this->once())
->method('find')
->willReturn($label);