mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Fix string in i18n test
Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com>
This commit is contained in:
committed by
ayumi-signal
parent
3c02db3571
commit
e27cdcefea
@@ -54,13 +54,10 @@ describe('setupI18n', () => {
|
||||
const intl = i18n.getIntl();
|
||||
assert.isObject(intl);
|
||||
const result = intl.formatMessage(
|
||||
{ id: 'icu:emptyInboxMessage' },
|
||||
{ composeIcon: 'ICONIC' }
|
||||
);
|
||||
assert.equal(
|
||||
result,
|
||||
'Click the ICONIC above and search for your contacts or groups to message.'
|
||||
{ id: 'icu:contactAvatarAlt' },
|
||||
{ name: 'NAME' }
|
||||
);
|
||||
assert.equal(result, 'Avatar for contact NAME');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user