We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 281714b + fdd4172 commit d8cd965Copy full SHA for d8cd965
server/test/reset_password_test.go
@@ -36,7 +36,7 @@ func resetPasswordTest(t *testing.T, s TestSetup) {
36
ConfirmPassword: "test",
37
})
38
39
- assert.NotNil(t, err, "passowrds don't match")
+ assert.NotNil(t, err, "passwords don't match")
40
41
_, err = resolvers.ResetPasswordResolver(ctx, model.ResetPasswordInput{
42
Token: verificationRequest.Token,
0 commit comments