pull/10616/head
Andrew Watkins 2017-02-06 12:53:36 -08:00
parent 6fbdfe898d
commit 783e25d5f1
1 changed files with 1 additions and 1 deletions

View File

@ -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));