(t *testing.T)
| 19 | } |
| 20 | |
| 21 | func TestEndTxnResponse(t *testing.T) { |
| 22 | for _, version := range []int16{0, 1, 2, 3} { |
| 23 | prototest.TestResponse(t, version, &endtxn.Response{ |
| 24 | ThrottleTimeMs: 1000, |
| 25 | ErrorCode: 4, |
| 26 | }) |
| 27 | } |
| 28 | } |
nothing calls this directly
no test coverage detected