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;