| 25 | ) |
| 26 | |
| 27 | type fakeAccountDatabase struct{} |
| 28 | |
| 29 | func (d *fakeAccountDatabase) PerformPasswordUpdate(ctx context.Context, req *api.PerformPasswordUpdateRequest, res *api.PerformPasswordUpdateResponse) error { |
| 30 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected