diff --git a/backend/api/tests/unit/send-search-notifications.unit.test.ts b/backend/api/tests/unit/send-search-notifications.unit.test.ts index cf7d23cc..075487f7 100644 --- a/backend/api/tests/unit/send-search-notifications.unit.test.ts +++ b/backend/api/tests/unit/send-search-notifications.unit.test.ts @@ -118,11 +118,13 @@ describe('sendSearchNotification', () => { const mockProps = [ { skipId: "mockCreatorId", + userId: "mockCreatorId", lastModificationWithin: '24 hours', shortBio: true, }, { skipId: "mockCreatorId1", + userId: "mockCreatorId1", lastModificationWithin: '24 hours', shortBio: true, },