Skip to content

Commit

Permalink
Update Onboarding App Header with change in local messages in state
Browse files Browse the repository at this point in the history
  • Loading branch information
tmashuang committed Feb 1, 2023
1 parent 4fae061 commit d9e1238
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jest.mock('../../../store/actions.js', () => ({

describe('OnboardingAppHeader', () => {
const mockState = {
metamask: {
localeMessages: {
currentLocale: 'en',
},
};
Expand Down

0 comments on commit d9e1238

Please sign in to comment.