aboutsummaryrefslogtreecommitdiff
path: root/test/reducers/follow.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/reducers/follow.test.js')
-rw-r--r--test/reducers/follow.test.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/reducers/follow.test.js b/test/reducers/follow.test.js
index 19a1300..79e75d4 100644
--- a/test/reducers/follow.test.js
+++ b/test/reducers/follow.test.js
@@ -1,6 +1,6 @@
import { expect } from "chai";
-import actions from '../../src/actions';
-import followReducer from '../../src/reducers/follow';
+import actions from 'actions';
+import followReducer from 'reducers/follow';
describe('follow reducer', () => {
it ('returns the initial state', () => {