Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Fix eslint error
Browse files Browse the repository at this point in the history
Gina Contrino committed Nov 3, 2017
1 parent 955c55b commit 0bdcfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/middlewares/socket.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { expect } from 'chai';
import { spy, stub } from 'sinon';
import { spy } from 'sinon';
import io from './../../utils/socketShim';
import middleware from './socket';
import actionTypes from '../../constants/actions';

0 comments on commit 0bdcfb3

Please sign in to comment.