From 776f8acf50026e27997b678de5e495701d11a643 Mon Sep 17 00:00:00 2001 From: Steph Milovic Date: Fri, 28 Apr 2023 11:11:17 -0600 Subject: [PATCH] fix test --- .../src/components/grouping.mock.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/kbn-securitysolution-grouping/src/components/grouping.mock.tsx b/packages/kbn-securitysolution-grouping/src/components/grouping.mock.tsx index 412644910db99..8f06c877d3f95 100644 --- a/packages/kbn-securitysolution-grouping/src/components/grouping.mock.tsx +++ b/packages/kbn-securitysolution-grouping/src/components/grouping.mock.tsx @@ -15,7 +15,7 @@ export const mockGroupingProps = { activePage: 0, data: { groupsCount: { - value: 2, + value: 3, }, groupByFields: { doc_count_error_upper_bound: 0, @@ -121,7 +121,10 @@ export const mockGroupingProps = { ], }, unitsCount: { - value: 3, + value: 14, + }, + unitsCountWithoutNull: { + value: 14, }, }, groupingId: 'test-grouping-id',