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