Skip to content

Commit 47d8c2f

Browse files
committed
fix test data
1 parent be07bc6 commit 47d8c2f

File tree

1 file changed

+1
-1
lines changed
  • scripts/demo-email-notifications

1 file changed

+1
-1
lines changed

scripts/demo-email-notifications/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async function resetNotificationRecords () {
4545
await c2Interview.update({ startTimestamp: moment().subtract(moment.duration(config.POST_INTERVIEW_ACTION_MATCH_WINDOW)).subtract(30, 'm').toDate(), duration, endTimestamp, guestNames: ['guest1', 'guest2'], hostName: 'hostName' })
4646
const jobCandidateWithinOneDay = await JobCandidate.findById('827ee401-df04-42e1-abbe-7b97ce7937ff')
4747
await jobCandidateWithinOneDay.update({ status: 'interview', jobId: 'ff76b81d-f49b-4019-b50e-c7932a818f19' })
48-
const interviewWithinOneDay = await Interview.findById('b1f7ba76-640f-47e2-9463-59e51b51ec60')
48+
const interviewWithinOneDay = await Interview.findById('3144fa65-ea1a-4bec-81b0-7cb1c8845826')
4949
await interviewWithinOneDay.update({ startTimestamp: completedStartTimestamp, duration, endTimestamp, guestNames: ['guest1', 'guest2'], hostName: 'hostName' })
5050

5151
// reset upcoming resource booking expiration records

0 commit comments

Comments
 (0)