Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jan 8, 2025
1 parent 3018519 commit 759b38e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lang/modifyAst.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -906,9 +906,9 @@ sketch002 = startSketchOn({
await new Promise((resolve) => setTimeout(resolve, 100))
return {
origin: { x: 1, y: 2, z: 3 },
xAxis: { x: 4, y: 5, z: 6 },
yAxis: { x: 7, y: 8, z: 9 },
zAxis: { x: 10, y: 11, z: 12 },
x_axis: { x: 4, y: 5, z: 6 },
y_axis: { x: 7, y: 8, z: 9 },
z_axis: { x: 10, y: 11, z: 12 },
}
}
)
Expand Down

0 comments on commit 759b38e

Please sign in to comment.