(t *testing.T)
| 444 | } |
| 445 | |
| 446 | func TestCombinerShardsProtobuf(t *testing.T) { |
| 447 | testCombinerShards(t, api.MarshallingFormatProtobuf) |
| 448 | } |
| 449 | |
| 450 | func testCombinerShards(t *testing.T, marshalingFormat api.MarshallingFormat) { |
| 451 | tests := []struct { |
nothing calls this directly
no test coverage detected