Skip to content

Commit

Permalink
[qa] Fixed QA checks
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Feb 13, 2024
1 parent d908fa8 commit 465a946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/status/status.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ describe("<Status /> rendering", () => {
isAuthenticated: defaultConfig.isAuthenticated,
cookies: ownProps.cookies,
language: defaultConfig.language,
defaultLanguage: defaultConfig.default_language
defaultLanguage: defaultConfig.default_language,
});
const dispatch = jest.fn();
result = mapDispatchToProps(dispatch);
Expand Down

0 comments on commit 465a946

Please sign in to comment.