Skip to content

Commit

Permalink
fix tests broken due to deprecated field
Browse files Browse the repository at this point in the history
Signed-off-by: engelharddirk <[email protected]>
  • Loading branch information
engelharddirk committed Jan 20, 2025
1 parent 74e32f4 commit b70bc84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/backend/src/app/utils/mail/mail.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ describe('MailService', () => {
},
referenceDate: new Date(),
creationDate: new Date(),
deprecated: false,
};

await service.sendAlertMail(alert);
Expand Down

0 comments on commit b70bc84

Please sign in to comment.