Fix node-http tests

This commit is contained in:
Eric NGUYEN 2022-10-02 16:34:02 +02:00
parent 57353a9bf0
commit a054121350

View file

@ -78,8 +78,8 @@ const GetSVGLayoutConfiguration = () => {
stroke: 'red', stroke: 'red',
fill: '#d3c9b7', fill: '#d3c9b7',
}, },
ShowSelfDimensions: true, ShowSelfDimensions: [0, 2],
IsDimensionBorrower: true, ShowDimensionWithMarks: [1, 3],
Category: "Stuff" Category: "Stuff"
}, },
{ {
@ -94,8 +94,8 @@ const GetSVGLayoutConfiguration = () => {
stroke: 'red', stroke: 'red',
fill: '#d3c9b7', fill: '#d3c9b7',
}, },
ShowSelfDimensions: true, ShowSelfDimensions: [0, 2],
IsDimensionBorrower: true, ShowDimensionWithMarks: [1, 3],
Category: "Stuff" Category: "Stuff"
}, },
{ {