| 43 | ) |
| 44 | |
| 45 | type FakeServer struct{} |
| 46 | |
| 47 | func (f FakeServer) FailWithError(_ context.Context, _ *emptypb.Empty) (*emptypb.Empty, error) { |
| 48 | return nil, errors.New("test error") |
nothing calls this directly
no outgoing calls
no test coverage detected