blob: a33abcadaeca1959a3de739b00ec8333f1f4ee24 [file] [log] [blame]
import { ListTestsResponse } from '../rpc_types';
export const sampleByTestList: ListTestsResponse = {
tests: [
{
grouping: {
name: 'this_is_a_test',
source_type: 'gm',
},
positive_digests: 19,
negative_digests: 24,
untriaged_digests: 103,
total_digests: 146,
},
{
grouping: {
name: 'this_is_another_test',
source_type: 'gm',
},
positive_digests: 79,
negative_digests: 48,
untriaged_digests: 3,
total_digests: 130,
},
],
};