Skip to content

Commit

Permalink
fix: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Machado committed Jan 13, 2025
1 parent 46516fb commit 2f63e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/i18n/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ describe('translate', () => {
const key: TxKeyPath = 'onboarding.title';
const options = { lang: 'en' };
const translatedString = translate(key, options);
expect(translatedString).toBe('Welcome to rootstrap app site');
expect(translatedString).toBe('React Native Template');
});
});

0 comments on commit 2f63e39

Please sign in to comment.