Skip to content

Commit

Permalink
Adjust store spec as well
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-okrushko committed May 22, 2020
1 parent 014bff9 commit 89b509f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/store/spec/types/store.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('Store', () => {

it('should not allow passing action creator function without calling it', () => {
expectSnippet(`store.dispatch(fooAction);`).toFail(
/is not assignable to type '"Functions are not allowed to be dispatched. Did you forget to call action creator function/
/is not assignable to type '"Functions are not allowed to be dispatched. Did you forget to call the action creator function/
);
});
});

0 comments on commit 89b509f

Please sign in to comment.