change more occurences of num_decimals
This commit is contained in:
parent
a8522ffa85
commit
e5654f62b2
|
@ -3194,7 +3194,7 @@ test.describe('Data API tests', () => {
|
|||
"currency_pos": "right_space",
|
||||
"decimal_sep": ",",
|
||||
"dimension_unit": "cm",
|
||||
"num_decimals": 0,
|
||||
"num_decimals": 2,
|
||||
"thousand_sep": " ",
|
||||
"weight_unit": "kg",
|
||||
"states": []
|
||||
|
@ -3350,7 +3350,7 @@ test.describe('Data API tests', () => {
|
|||
"currency_pos": "right_space",
|
||||
"decimal_sep": ",",
|
||||
"dimension_unit": "cm",
|
||||
"num_decimals": 0,
|
||||
"num_decimals": 2,
|
||||
"thousand_sep": " ",
|
||||
"weight_unit": "kg",
|
||||
"states": expect.arrayContaining([])
|
||||
|
@ -3614,7 +3614,7 @@ test.describe('Data API tests', () => {
|
|||
"currency_pos": "right_space",
|
||||
"decimal_sep": ",",
|
||||
"dimension_unit": "cm",
|
||||
"num_decimals": 0,
|
||||
"num_decimals": 2,
|
||||
"thousand_sep": " ",
|
||||
"weight_unit": "kg",
|
||||
"states": []
|
||||
|
|
Loading…
Reference in New Issue