diff --git a/test/helpers/actionCreators.js b/test/helpers/actionCreators.js index eb03081301..9fead5510b 100644 --- a/test/helpers/actionCreators.js +++ b/test/helpers/actionCreators.js @@ -35,5 +35,5 @@ export function throwError() { export function unknownAction() { return { type: UNKNOWN_ACTION - } + }; }