From da87fa07cfc45d1f674ff047629a827152299bdc Mon Sep 17 00:00:00 2001 From: Darren Mackintosh Date: Thu, 14 Mar 2019 12:13:06 +0000 Subject: [PATCH] Update choices.test.js --- src/scripts/reducers/choices.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/reducers/choices.test.js b/src/scripts/reducers/choices.test.js index 375a15a..9563f6c 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', () => {