From 5bd79b8f50e45c7679a8e73715e91acd8832c7dd Mon Sep 17 00:00:00 2001 From: Devon A Thomson Date: Thu, 27 Feb 2020 12:54:43 -0500 Subject: [PATCH] changed the name of the percentiles test suite (oops) --- .../public/components/controls/percentiles.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/legacy/core_plugins/vis_default_editor/public/components/controls/percentiles.test.tsx b/src/legacy/core_plugins/vis_default_editor/public/components/controls/percentiles.test.tsx index f5f7339dd42f3..020dbb351b497 100644 --- a/src/legacy/core_plugins/vis_default_editor/public/components/controls/percentiles.test.tsx +++ b/src/legacy/core_plugins/vis_default_editor/public/components/controls/percentiles.test.tsx @@ -24,7 +24,7 @@ import { VisState } from 'src/legacy/core_plugins/visualizations/public'; import { mount } from 'enzyme'; import { PercentilesEditor } from './percentiles'; -describe('FieldParamEditor component', () => { +describe('PercentilesEditor component', () => { let setValue: jest.Mock; let setValidity: jest.Mock; let setTouched: jest.Mock;