(t *testing.T)
| 102 | } |
| 103 | |
| 104 | func TestOffsetRequestV4(t *testing.T) { |
| 105 | request := new(OffsetRequest) |
| 106 | request.Version = 4 |
| 107 | request.IsolationLevel = ReadCommitted |
| 108 | request.AddBlock("dnwe", 9, -1, -1) |
| 109 | testRequest(t, "V4", request, offsetRequestV4) |
| 110 | } |
nothing calls this directly
no test coverage detected