fix: typo
This commit is contained in:
parent
281714b86d
commit
fdd41721a8
|
@ -36,7 +36,7 @@ func resetPasswordTest(t *testing.T, s TestSetup) {
|
||||||
ConfirmPassword: "test",
|
ConfirmPassword: "test",
|
||||||
})
|
})
|
||||||
|
|
||||||
assert.NotNil(t, err, "passowrds don't match")
|
assert.NotNil(t, err, "passwords don't match")
|
||||||
|
|
||||||
_, err = resolvers.ResetPasswordResolver(ctx, model.ResetPasswordInput{
|
_, err = resolvers.ResetPasswordResolver(ctx, model.ResetPasswordInput{
|
||||||
Token: verificationRequest.Token,
|
Token: verificationRequest.Token,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user