fix: tests + version
- Update code as per go 1.19.3 - Fix tests for unused vars
This commit is contained in:
@@ -20,6 +20,7 @@ func resetPasswordTest(t *testing.T, s TestSetup) {
|
||||
Password: s.TestInfo.Password,
|
||||
ConfirmPassword: s.TestInfo.Password,
|
||||
})
|
||||
assert.NoError(t, err)
|
||||
|
||||
_, err = resolvers.ForgotPasswordResolver(ctx, model.ForgotPasswordInput{
|
||||
Email: email,
|
||||
|
Reference in New Issue
Block a user