Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-zaets committed Aug 25, 2016
1 parent 91c8958 commit 5cb6bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/asserts/toDispatchActionsWithState.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('toDispatchActionsWithState', () => {
expect(stateFunction).toHaveBeenCalledWith(initialState);
});

it('should call performAssertion with result of state function as initial state', () => {
it('should call performAssertion with result from state function as initial state', () => {
toDispatchActionsWithState(
stateFunction,
actualAction,
Expand Down

0 comments on commit 5cb6bea

Please sign in to comment.