| 128 | } |
| 129 | |
| 130 | type brokenPubsub struct { |
| 131 | pubsub.Pubsub |
| 132 | } |
| 133 | |
| 134 | func (brokenPubsub) Subscribe(_ string, _ pubsub.Listener) (func(), error) { |
| 135 | return nil, xerrors.New("broken") |
nothing calls this directly
no outgoing calls
no test coverage detected