Fix another test
This commit is contained in:
committed by
Nick Cameron
parent
9dc06f6b92
commit
d9fe9bafba
@ -137,7 +137,7 @@ export function addSketchTo(
|
|||||||
])
|
])
|
||||||
const initialLineTo = createCallExpressionStdLibKw(
|
const initialLineTo = createCallExpressionStdLibKw(
|
||||||
'line',
|
'line',
|
||||||
createPipeSubstitution(),
|
null, // Assumes this is being called in a pipeline, so the first arg is optional and if not given, will become pipeline substitution.
|
||||||
[createLabeledArg('end', createLiteral('default'))]
|
[createLabeledArg('end', createLiteral('default'))]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user