diff --git a/x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/__snapshots__/layer_template.test.tsx.snap b/x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/__snapshots__/layer_template.test.tsx.snap index fca33effee7299..3a301a951ed571 100644 --- a/x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/__snapshots__/layer_template.test.tsx.snap +++ b/x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/__snapshots__/layer_template.test.tsx.snap @@ -30,14 +30,14 @@ exports[`should render EMS UI when left source is BOUNDARIES_SOURCE.EMS 1`] = ` onChange={[Function]} options={ Array [ - Object { - "id": "ELASTICSEARCH", - "label": "Points, lines, and polygons from Elasticsearch", - }, Object { "id": "EMS", "label": "Administrative boundaries from Elastic Maps Service", }, + Object { + "id": "ELASTICSEARCH", + "label": "Points, lines, and polygons from Elasticsearch", + }, ] } /> @@ -83,14 +83,14 @@ exports[`should render elasticsearch UI when left source is BOUNDARIES_SOURCE.EL onChange={[Function]} options={ Array [ - Object { - "id": "ELASTICSEARCH", - "label": "Points, lines, and polygons from Elasticsearch", - }, Object { "id": "EMS", "label": "Administrative boundaries from Elastic Maps Service", }, + Object { + "id": "ELASTICSEARCH", + "label": "Points, lines, and polygons from Elasticsearch", + }, ] } />