Skip to content

Commit 85ceee0

Browse files
committed
Fix unit test
1 parent 33f7542 commit 85ceee0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

backend/api/tests/unit/send-search-notifications.unit.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,13 @@ describe('sendSearchNotification', () => {
118118
const mockProps = [
119119
{
120120
skipId: "mockCreatorId",
121+
userId: "mockCreatorId",
121122
lastModificationWithin: '24 hours',
122123
shortBio: true,
123124
},
124125
{
125126
skipId: "mockCreatorId1",
127+
userId: "mockCreatorId1",
126128
lastModificationWithin: '24 hours',
127129
shortBio: true,
128130
},

0 commit comments

Comments
 (0)