Merge pull request #415 from testwill/typo

fix: typo
This commit is contained in:
Lakhan Samani 2023-11-16 10:44:12 +05:30 committed by GitHub
commit d8cd965004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ func resetPasswordTest(t *testing.T, s TestSetup) {
ConfirmPassword: "test",
})
assert.NotNil(t, err, "passowrds don't match")
assert.NotNil(t, err, "passwords don't match")
_, err = resolvers.ResetPasswordResolver(ctx, model.ResetPasswordInput{
Token: verificationRequest.Token,