From 0e85e9d02d4cd259d9845fca7f08b830d5d780e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Kopyci=C5=84ski?= Date: Thu, 4 Feb 2021 11:48:12 +0100 Subject: [PATCH] Update processed_search_response.ts --- .../profile_tree/__jest__/fixtures/processed_search_response.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/searchprofiler/public/application/components/profile_tree/__jest__/fixtures/processed_search_response.ts b/x-pack/plugins/searchprofiler/public/application/components/profile_tree/__jest__/fixtures/processed_search_response.ts index d7606a6b5da34..f98b5f1751ce1 100644 --- a/x-pack/plugins/searchprofiler/public/application/components/profile_tree/__jest__/fixtures/processed_search_response.ts +++ b/x-pack/plugins/searchprofiler/public/application/components/profile_tree/__jest__/fixtures/processed_search_response.ts @@ -337,7 +337,7 @@ const search1Child = { (searchRoot.treeRoot as any) = search1; (shard1.searches[0] as any) = searchRoot; -export const processedResponseWithFirstShard = produce(null, () => [ +export const processedResponseWithFirstShard = produce([], () => [ { shards: [shard1], time: 0.058419,