Skip to content

Commit 7b930fb

Browse files
committed
fix tests
1 parent 7e822bf commit 7b930fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/tests/Unit/Services/Handlers/Event/GetPublicEventHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function testHandleWithValidPromoCode(): void
8686

8787
private function setupEventRepositoryMock($event, $eventId): void
8888
{
89-
$this->eventRepository->shouldReceive('loadRelation')->andReturnSelf()->times(3);
89+
$this->eventRepository->shouldReceive('loadRelation')->andReturnSelf()->times(4);
9090
$this->eventRepository->shouldReceive('findById')->with($eventId)->andReturn($event);
9191
}
9292
}

0 commit comments

Comments
 (0)