diff --git a/webapp/channels/src/components/user_settings/display/index.test.tsx b/webapp/channels/src/components/user_settings/display/index.test.tsx index e6418fcba34..b0074823afe 100644 --- a/webapp/channels/src/components/user_settings/display/index.test.tsx +++ b/webapp/channels/src/components/user_settings/display/index.test.tsx @@ -66,6 +66,7 @@ describe('components/user_settings/display/index', () => { }); const userLocale = userLocaleFor(state, 'de'); + expect(userLocale).toBe('en'); expect(getLanguageInfo(userLocale)).toBeDefined(); }); });