Skip to content

Commit

Permalink
fixes free test
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Carman authored and AayushSabharwal committed Feb 22, 2024
1 parent 6424517 commit 1d668cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Mechanical/translational.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ D = Differential(t)
@testset "Free" begin
function System(; name)
systems = @named begin
acc = TV.Acceleration()
acc = TV.Acceleration(false)
a = Constant(; k = -10, output.unit = u"m/s^2")
mass = TV.Mass(; m = 100)
free = TV.Free()
Expand Down

0 comments on commit 1d668cc

Please sign in to comment.