Fix another test

This commit is contained in:
Adam Chalmers
2025-01-14 16:58:13 -06:00
committed by Nick Cameron
parent 9dc06f6b92
commit d9fe9bafba

View File

@ -137,7 +137,7 @@ export function addSketchTo(
])
const initialLineTo = createCallExpressionStdLibKw(
'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'))]
)