Skip to content

Commit

Permalink
The old Redux instance should be used for dispatching
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jun 14, 2015
1 parent 22180bd commit 54f8e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/createRedux.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('createRedux', () => {
state = getState().todoStore;
};

nextRedux.dispatch(action);
redux.dispatch(action);

expect(state).toEqual(redux.getState().todoStore);
});
Expand Down

0 comments on commit 54f8e3c

Please sign in to comment.