Skip to content

Commit

Permalink
fix: Import correct module to createRecurringEvents.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmgray committed Feb 13, 2025
1 parent ec41ecc commit 757ab13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/workers/createRecurringEvents.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const {
filterAndCreateEvents,
runTask,
scheduleTask,
} = require('./createRecurringEventsV4');
} = require('./createRecurringEvents');
const { generateEventData } = require('./lib/generateEventData');

const MockDate = require('mockdate');
Expand Down

0 comments on commit 757ab13

Please sign in to comment.