fixed fmt
This commit is contained in:
parent
960d72aa1b
commit
990740fc19
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ func TestUserPasswordReset(t *testing.T) {
|
||||||
|
|
||||||
// Try resetting it
|
// Try resetting it
|
||||||
reset := &PasswordReset{
|
reset := &PasswordReset{
|
||||||
Token: userWithToken.PasswordResetToken,
|
Token: userWithToken.PasswordResetToken,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Try resetting it without a password
|
// Try resetting it without a password
|
||||||
|
|
Loading…
Reference in a new issue