Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Apr 8, 2024
1 parent 6fbe517 commit f8b24f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/i18next/src/t.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ describe('integration.$t', () => {
const setup = createEvent();
const teardown = createEvent();

const { $t } = createI18nextIntegration({
const { $t, changeLanguageFx } = createI18nextIntegration({
instance,
setup,
teardown,
Expand Down

0 comments on commit f8b24f4

Please sign in to comment.