fix: typo

This commit is contained in:
guangwu 2023-11-16 11:25:57 +08:00 committed by GitHub
parent 281714b86d
commit fdd41721a8
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,