make normalization test for input amount component more precise

This commit is contained in:
mahula 2023-01-04 19:43:37 +01:00
parent abecbf77c2
commit 6ad6e0e4fa

View File

@ -24,7 +24,7 @@ describe('InputAmount', () => {
label: '',
placeholder: '',
typ: 'TransactionForm',
value: '12.34',
value: '12,34',
}
const Wrapper = () => {