(t *testing.T)
| 186 | } |
| 187 | |
| 188 | func TestSearchCombinesResultsJSON(t *testing.T) { |
| 189 | testSearchCombinesResults(t, api.MarshallingFormatJSON) |
| 190 | } |
| 191 | |
| 192 | func TestSearchCombinesResultsProtobuf(t *testing.T) { |
| 193 | testSearchCombinesResults(t, api.MarshallingFormatProtobuf) |
nothing calls this directly
no test coverage detected