(contains string)
| 499 | } |
| 500 | |
| 501 | func (m *expects) WithNotAuthorized(contains string) *expects { |
| 502 | m.notAuthorizedExpect = contains |
| 503 | return m |
| 504 | } |
| 505 | |
| 506 | func (m *expects) WithCancelled(contains string) *expects { |
| 507 | m.cancelledCtxExpect = contains |
no outgoing calls
no test coverage detected