From 12f008f11b82c519dbb4e9e262837a222cedffa2 Mon Sep 17 00:00:00 2001 From: Michael Ingold Date: Fri, 27 Sep 2024 16:34:23 -0400 Subject: [PATCH] Updated path name --- test/combinations.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/combinations.jl b/test/combinations.jl index cd3679a5..98025afc 100644 --- a/test/combinations.jl +++ b/test/combinations.jl @@ -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)] )