Skip to content

Commit 0c268f2

Browse files
committed
Update tests
1 parent 96c766a commit 0c268f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/tests/Unit/Services/Domain/Event/CreateEventServiceTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ private function createMockOrganizerDomainObject(): OrganizerDomainObject
192192
{
193193
return Mockery::mock(OrganizerDomainObject::class, function ($mock) {
194194
$mock->shouldReceive('getEmail')->andReturn('[email protected]');
195+
$mock->shouldReceive('getName')->andReturn('Organizer Name');
195196
});
196197
}
197198
}

0 commit comments

Comments
 (0)