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.
1 parent 281714b commit fdd4172Copy full SHA for fdd4172
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