From adc4e60faf5777f13670340f18ced63514c7fb94 Mon Sep 17 00:00:00 2001 From: Brad Carman Date: Wed, 25 Oct 2023 06:00:54 -0400 Subject: [PATCH] fixes free test --- test/Mechanical/translational.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Mechanical/translational.jl b/test/Mechanical/translational.jl index 7b6b2f0ee..15d27621e 100644 --- a/test/Mechanical/translational.jl +++ b/test/Mechanical/translational.jl @@ -10,7 +10,7 @@ D = Differential(t) @testset "Free" begin function System(; name) systems = @named begin - acc = TV.Acceleration() + acc = TV.Acceleration(false) a = Constant(; k = -10) mass = TV.Mass(; m = 100) free = TV.Free()