Skip to content

Commit

Permalink
fixup! Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed Feb 5, 2025
1 parent c411dc8 commit dd415ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/app/events/e2e/trigger-event.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2423,7 +2423,7 @@ describe('Trigger event - /v1/events/trigger (POST) #novu-v2', function () {
simpleTrigger(novuClient, template, subscriberId),
simpleTrigger(novuClient, template, subscriberId),
]);
await session.awaitRunningJobs(template._id);
await session.waitForJobCompletion(template._id);

const subscribers = await subscriberRepository.find({
_environmentId: session.environment._id,
Expand Down

0 comments on commit dd415ce

Please sign in to comment.