Skip to content

Commit

Permalink
fix wrong function call in currency text tests
Browse files Browse the repository at this point in the history
  • Loading branch information
powerpaul17 committed May 24, 2024
1 parent 298dc0b commit 9feccbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CurrencyText.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ describe('CurrencyText', () => {

return {
container: renderResult.container,
updateProps: renderResult.updateProps.bind(undefined)
updateProps: (props) => renderResult.rerender(props)
};
}
});

0 comments on commit 9feccbc

Please sign in to comment.