From 03a45094b7316c31eaf937bc6f7b6259064b7aa9 Mon Sep 17 00:00:00 2001 From: Darren Mackintosh Date: Thu, 14 Mar 2019 12:31:29 +0000 Subject: [PATCH] Update index.test.js --- src/scripts/reducers/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', () => {