Skip to content

Commit 2f63e39

Browse files
author
Guillermo Machado
committed
fix: fix test
1 parent 46516fb commit 2f63e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/i18n/utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ describe('translate', () => {
4141
const key: TxKeyPath = 'onboarding.title';
4242
const options = { lang: 'en' };
4343
const translatedString = translate(key, options);
44-
expect(translatedString).toBe('Welcome to rootstrap app site');
44+
expect(translatedString).toBe('React Native Template');
4545
});
4646
});

0 commit comments

Comments
 (0)