From b1005061ff8bce3b8bca95da45aa1131c9fdb6bc Mon Sep 17 00:00:00 2001 From: Darren Mackintosh Date: Thu, 14 Mar 2019 11:44:46 +0000 Subject: [PATCH] Changed reference to Choices Because I have attempted to fix the WebPack issue with choices, I need to change how it is referenced --- 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 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', () => {