change text for test checkMail

This commit is contained in:
ogerly 2022-01-24 12:43:04 +01:00
parent 6535e4fa83
commit 0bffe9d63e

View File

@ -189,7 +189,7 @@ describe('ResetPassword', () => {
)
})
it('redirects to "/thx/reset"', () => {
it('redirects to "/thx/heckEmail"', () => {
expect(routerPushMock).toHaveBeenCalledWith('/thx/checkEmail')
})
})