From 4198d11398d60535d32a45fd121e6d9abcf5c9b5 Mon Sep 17 00:00:00 2001 From: Nathan Reese Date: Fri, 26 Jun 2020 07:22:39 -0600 Subject: [PATCH] update snapshot --- .../__snapshots__/layer_template.test.tsx.snap | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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", + }, ] } />