From 1003ed7dbd8af92efe679be5b17417b30fc73a13 Mon Sep 17 00:00:00 2001 From: cauemarcondes Date: Thu, 26 Nov 2020 16:20:22 +0100 Subject: [PATCH] fixing test --- x-pack/plugins/apm/public/selectors/chart_selectors.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/x-pack/plugins/apm/public/selectors/chart_selectors.test.ts b/x-pack/plugins/apm/public/selectors/chart_selectors.test.ts index c35d866878748..c9e6177f2c721 100644 --- a/x-pack/plugins/apm/public/selectors/chart_selectors.test.ts +++ b/x-pack/plugins/apm/public/selectors/chart_selectors.test.ts @@ -25,8 +25,6 @@ describe('chart selectors', () => { expect(getAnomalyScoreSeries(data)).toEqual({ color: '#e7664c', data: [{ x0: 0, x: 10 }], - hideLegend: true, - hideTooltipValue: true, title: 'Anomaly score', type: 'rectAnnotation', });