diff --git a/squarenotsquare/__tests__/Action-Creators-test.js b/squarenotsquare/__tests__/Action-Creators-test.js index 3aa0404..4f7961e 100644 --- a/squarenotsquare/__tests__/Action-Creators-test.js +++ b/squarenotsquare/__tests__/Action-Creators-test.js @@ -7,7 +7,7 @@ import thunk from 'redux-thunk'; const middlewares = [thunk]; const mockStore = configureMockStore(middlewares); -test('starts redux store', () => { +test('sends action app-init', () => { const localStore = mockStore(); return localStore.dispatch(appInit()) .then( () => {