From cb2ae948195e8bd9c0c96a3b37bdea2899d39df6 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Tue, 5 Apr 2022 16:54:08 -0700 Subject: [PATCH] ci madness --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index e9b9518..dc190bc 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -60,7 +60,7 @@ end "cylinder.stl" => Properties(10 * π * 1^2, center, diagm([(3 + 10^2) / 12, (3 + 10^2) / 12, 1^2 / 2])), # l_z = 10, r = 1 ) @testset "$model" for (model, control) in models - path = "test_assets\\$model" + path = "test_assets/$model" stl = load(path) @testset "get_mass_properties" begin