diff --git a/src/scripts/reducers/choices.test.js b/src/scripts/reducers/choices.test.js index 9563f6c..375a15a 100644 --- a/src/scripts/reducers/choices.test.js +++ b/src/scripts/reducers/choices.test.js @@ -1,5 +1,5 @@ import { expect } from 'chai'; -import choices, { defaultState } from './choices'; +import { choices, defaultState } from './choices'; describe('reducers/choices', () => { it('should return same state when no action matches', () => {