Skip to content

Commit 5cb6bea

Browse files
committed
Fix typo
1 parent 91c8958 commit 5cb6bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/asserts/toDispatchActionsWithState.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ describe('toDispatchActionsWithState', () => {
7070
expect(stateFunction).toHaveBeenCalledWith(initialState);
7171
});
7272

73-
it('should call performAssertion with result of state function as initial state', () => {
73+
it('should call performAssertion with result from state function as initial state', () => {
7474
toDispatchActionsWithState(
7575
stateFunction,
7676
actualAction,

0 commit comments

Comments
 (0)