From 6486bbbd6de3365899af1ccee3f945bd074e0ae0 Mon Sep 17 00:00:00 2001 From: Darren Mackintosh Date: Thu, 14 Mar 2019 11:23:57 +0000 Subject: [PATCH] Updated tests to reflect changes to choices.js --- src/scripts/choices.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/choices.test.js b/src/scripts/choices.test.js index 12c21fa..03fb90c 100644 --- a/src/scripts/choices.test.js +++ b/src/scripts/choices.test.js @@ -1,7 +1,7 @@ import { expect } from 'chai'; import { spy, stub } from 'sinon'; -import Choices from './choices'; +import { Choices } from './choices'; import { EVENTS, ACTION_TYPES } from './constants'; describe('choices', () => {