Skip to content

Commit

Permalink
Updated path name
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold committed Sep 27, 2024
1 parent 1963044 commit 12f008f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/combinations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# - Invalid applications of integral aliases (e.g. lineintegral) produce a descriptive error

@testitem "Meshes.BezierCurve" setup=[Setup] begin
mypath = BezierCurve(
curve = BezierCurve(
[Point(t * u"m", sin(t) * u"m", 0.0u"m") for t in range(-pi, pi, length = 361)]
)

Expand Down

0 comments on commit 12f008f

Please sign in to comment.