Skip to content

Commit

Permalink
Fix tests after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
echang594 committed May 22, 2024
1 parent f015b89 commit ae4deeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/merchOrder.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1743,7 +1743,7 @@ describe('merch order pickup events', () => {
.write();

const emailService = mock(EmailService);
when(emailService.sendOrderConfirmation(member.email, member.firstName, anything()))
when(emailService.sendOrderConfirmation(member.email, member.firstName, anything(), anything()))
.thenResolve();

// place order to secondPickupEvent
Expand Down

0 comments on commit ae4deeb

Please sign in to comment.