From 53001eafa3ee819630ef4034258cc79a9d3a28ab Mon Sep 17 00:00:00 2001 From: David Jay Date: Wed, 9 Nov 2016 22:44:43 -0500 Subject: [PATCH] Fixing linting error. --- tests/client/coral-framework/store/authReducer.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/client/coral-framework/store/authReducer.js b/tests/client/coral-framework/store/authReducer.js index da31df477..aaebe1897 100644 --- a/tests/client/coral-framework/store/authReducer.js +++ b/tests/client/coral-framework/store/authReducer.js @@ -1,7 +1,7 @@ -import {Map} from 'immutable' -import {expect} from 'chai' -import authReducer from '../../../../client/coral-framework/store/reducers/auth' -import * as actions from '../../../../client/coral-framework/store/actions/auth' +import {Map} from 'immutable'; +import {expect} from 'chai'; +import authReducer from '../../../../client/coral-framework/store/reducers/auth'; +import * as actions from '../../../../client/coral-framework/store/actions/auth'; describe ('authReducer', () => { describe('SET_LOGGED_IN_USER', () => {