Skip to content

Commit b3a8cd7

Browse files
authored
Update event.test.ts
Signed-off-by: Yachika Sharma <shakuntalaramphalsharma@gmail.com>
1 parent f70707c commit b3a8cd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/backend/src/__tests__/event.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ describe('Events API', () => {
488488
/** Builds a raw EventAttendee row as Prisma returns it (with nested user) */
489489
function makeAttendeeRow(
490490
profile: typeof MOCK_USER_PROFILE | typeof MOCK_OTHER_USER_PROFILE,
491-
) {
491+
): { profile: typeof MOCK_USER_PROFILE | typeof MOCK_OTHER_USER_PROFILE } {
492492
return {
493493
id: `attendee-${profile.id}`,
494494
userId: profile.id,

0 commit comments

Comments
 (0)