diff --git a/src/scripts/reducers/index.test.js b/src/scripts/reducers/index.test.js index d35cdde..c662cc8 100644 --- a/src/scripts/reducers/index.test.js +++ b/src/scripts/reducers/index.test.js @@ -2,7 +2,7 @@ import { createStore } from 'redux'; import { expect } from 'chai'; import rootReducer from './index'; import groups from './groups'; -import { choices } from './choices'; +import choices from './choices'; import items from './items'; describe('reducers/rootReducer', () => {