diff --git a/src/scripts/reducers/index.test.js b/src/scripts/reducers/index.test.js index c662cc8..d35cdde 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', () => {