Fix spelling in sendEmail.test.ts

This commit is contained in:
Wolfgang Huß 2022-11-10 16:30:18 +01:00
parent a73cca0ab4
commit 9154ff32d1

View File

@ -37,7 +37,7 @@ describe('sendEMail', () => {
})
})
it('logs warining', () => {
it('logs warning', () => {
expect(logger.info).toBeCalledWith('Emails are disabled via config...')
})