change more occurences of num_decimals

This commit is contained in:
Ahmed 2023-04-19 13:25:59 +00:00
parent a8522ffa85
commit e5654f62b2
1 changed files with 3 additions and 3 deletions

View File

@ -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": []