Skip to content

Commit

Permalink
Update snapshot tests (thanks Pierre)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers committed Feb 7, 2025
1 parent 90db838 commit af0e715
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions e2e/playwright/snapshot-tests.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1188,11 +1188,11 @@ sweepSketch = startSketchOn('XY')
radius = 2
}, %)
|> sweep(path = sweepPath)
|> appearance({
|> appearance(
color = "#bb00ff",
metalness = 90,
roughness = 90
}, %)
)
`
)
})
Expand Down Expand Up @@ -1234,11 +1234,11 @@ sweepSketch = startSketchOn('XY')
radius = 2
}, %)
|> sweep(path = sweepPath)
|> appearance({
|> appearance(
color = "#bb00ff",
metalness = 90,
roughness = 90
}, %)
)
`
)
})
Expand Down

0 comments on commit af0e715

Please sign in to comment.