Update frontend/src/views/Pages/ResetPassword.spec.js

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2022-01-24 15:58:36 +01:00 committed by GitHub
parent 0bffe9d63e
commit 65d2354817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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