Browse Source

Update tests

pull/6379/head
mohamedsalem401 1 year ago
parent
commit
939169c1ce
  1. 8
      packages/core/test/specs/style_manager/model/PropertyFactory.ts

8
packages/core/test/specs/style_manager/model/PropertyFactory.ts

@ -485,16 +485,16 @@ describe('PropertyFactory', () => {
default: '0', default: '0',
}, },
{ {
property: 'border-bottom-right-radius', property: 'border-bottom-left-radius',
id: 'border-bottom-right-radius-sub', id: 'border-bottom-left-radius-sub',
type: 'number', type: 'number',
units: obj.unitsSize, units: obj.unitsSize,
min: 0, min: 0,
default: '0', default: '0',
}, },
{ {
property: 'border-bottom-left-radius', property: 'border-bottom-right-radius',
id: 'border-bottom-left-radius-sub', id: 'border-bottom-right-radius-sub',
type: 'number', type: 'number',
units: obj.unitsSize, units: obj.unitsSize,
min: 0, min: 0,

Loading…
Cancel
Save