Changed reference to Choices

Because I have attempted to fix the WebPack issue with choices, I need to change how it is referenced
This commit is contained in:
Darren Mackintosh 2019-03-14 11:44:46 +00:00 committed by GitHub
parent 6486bbbd6d
commit b1005061ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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', () => {