From 783e25d5f147e3e28f1b091536202b539d782e99 Mon Sep 17 00:00:00 2001 From: Andrew Watkins Date: Mon, 6 Feb 2017 12:53:36 -0800 Subject: [PATCH] Fix typo --- ui/spec/data_explorer/reducers/dataExplorerUISpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/spec/data_explorer/reducers/dataExplorerUISpec.js b/ui/spec/data_explorer/reducers/dataExplorerUISpec.js index c0e0026240..b0f4404676 100644 --- a/ui/spec/data_explorer/reducers/dataExplorerUISpec.js +++ b/ui/spec/data_explorer/reducers/dataExplorerUISpec.js @@ -1,7 +1,7 @@ import reducer from 'src/data_explorer/reducers/dataExplorerUI'; import {activatePanel} from 'src/data_explorer/actions/view'; -describe('DataExploerer.Reducers.UI', () => { +describe('DataExplorer.Reducers.UI', () => { it('can set the active panel', () => { const activePanel = 123; const actual = reducer({}, activatePanel(activePanel));