| 29 | } |
| 30 | |
| 31 | type invalidBundleClient struct { |
| 32 | mock.Mock |
| 33 | } |
| 34 | |
| 35 | func (m *invalidBundleClient) Get(url string) (*http.Response, error) { |
| 36 | m.On("OnGetInvalidBundle").Return() |
nothing calls this directly
no outgoing calls
no test coverage detected