We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e822bf commit 7b930fbCopy full SHA for 7b930fb
backend/tests/Unit/Services/Handlers/Event/GetPublicEventHandlerTest.php
@@ -86,7 +86,7 @@ public function testHandleWithValidPromoCode(): void
86
87
private function setupEventRepositoryMock($event, $eventId): void
88
{
89
- $this->eventRepository->shouldReceive('loadRelation')->andReturnSelf()->times(3);
+ $this->eventRepository->shouldReceive('loadRelation')->andReturnSelf()->times(4);
90
$this->eventRepository->shouldReceive('findById')->with($eventId)->andReturn($event);
91
}
92
0 commit comments