Skip to content

Commit

Permalink
test(store): add missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguttandin committed Oct 8, 2019
1 parent b98a54c commit 5e6c4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/store/spec/action_creator.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('Action Creators', () => {
expectSnippet(`
const foo = createAction('FOO', (type: string) => ({type}));
`).toFail(
/Type '{ type: string; }' is not assignable to type '"type property is not allowed in action creators"/
/Type '{ type: string; }' is not assignable to type '"type property is not allowed in action creators"'/
);
});

Expand Down

0 comments on commit 5e6c4a8

Please sign in to comment.