Fixing linting error.

This commit is contained in:
David Jay
2016-11-09 22:44:43 -05:00
parent b50c22a414
commit 53001eafa3
@@ -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', () => {