Skip to content

Commit d8cd965

Browse files
authored
Merge pull request #415 from testwill/typo
fix: typo
2 parents 281714b + fdd4172 commit d8cd965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/test/reset_password_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func resetPasswordTest(t *testing.T, s TestSetup) {
3636
ConfirmPassword: "test",
3737
})
3838

39-
assert.NotNil(t, err, "passowrds don't match")
39+
assert.NotNil(t, err, "passwords don't match")
4040

4141
_, err = resolvers.ResetPasswordResolver(ctx, model.ResetPasswordInput{
4242
Token: verificationRequest.Token,

0 commit comments

Comments
 (0)