Fix node-http tests
This commit is contained in:
parent
57353a9bf0
commit
a054121350
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue