Skip to content

Commit

Permalink
Merge pull request #236 from SciML/bgc/free
Browse files Browse the repository at this point in the history
Fix test for `Mechanical.Translational.Free` component
  • Loading branch information
baggepinnen authored Oct 26, 2023
2 parents 0f0fae1 + adc4e60 commit 5ee7453
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 @@ -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()
Expand Down

0 comments on commit 5ee7453

Please sign in to comment.