(t *testing.T)
| 13 | } |
| 14 | |
| 15 | func TestAddOffsetsToTxnResponse(t *testing.T) { |
| 16 | resp := &AddOffsetsToTxnResponse{ |
| 17 | ThrottleTime: 100 * time.Millisecond, |
| 18 | Err: ErrInvalidProducerEpoch, |
| 19 | } |
| 20 | |
| 21 | testResponse(t, "", resp, addOffsetsToTxnResponse) |
| 22 | } |
nothing calls this directly
no test coverage detected