test fixed for checkMail

This commit is contained in:
ogerly 2022-01-22 10:09:04 +01:00
parent 14e51b9f87
commit e17d1b34e2

View File

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