fix another test

This commit is contained in:
Ulf Gebhardt 2023-01-31 23:02:17 +01:00
parent 5de22d46e6
commit 7845ffd8e4
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -89,7 +89,7 @@ describe('send coins', () => {
})
it('logs the error thrown', () => {
expect(logger.error).toBeCalledWith(`UserContact with email=wrong@email.com does not exists`)
expect(logger.error).toBeCalledWith('No user with this credentials', 'wrong@email.com')
})
describe('deleted recipient', () => {