(t *testing.T)
| 190 | } |
| 191 | |
| 192 | func TestSearchCombinesResultsProtobuf(t *testing.T) { |
| 193 | testSearchCombinesResults(t, api.MarshallingFormatProtobuf) |
| 194 | } |
| 195 | |
| 196 | func testSearchCombinesResults(t *testing.T, marshalingFormat api.MarshallingFormat) { |
| 197 | for _, keepMostRecent := range []bool{true, false} { |
nothing calls this directly
no test coverage detected