Update more old KCL

This commit is contained in:
Adam Chalmers
2025-02-02 09:32:55 -06:00
parent f769e4e2d9
commit 677bda7cef

View File

@ -1427,7 +1427,7 @@ test.describe('Redirecting to home page and back to the original file should cle
'persistCode', 'persistCode',
` sketch001 = startSketchOn('XZ') ` sketch001 = startSketchOn('XZ')
|> startProfileAt([256.85, 14.41], %) |> startProfileAt([256.85, 14.41], %)
|> lineTo([0, 211.07], %) |> line(endAbsolute = [0, 211.07])
` `
) )
}) })