Skip to content

Commit 5ee7453

Browse files
authored
Merge pull request #236 from SciML/bgc/free
Fix test for `Mechanical.Translational.Free` component
2 parents 0f0fae1 + adc4e60 commit 5ee7453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Mechanical/translational.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ D = Differential(t)
1010
@testset "Free" begin
1111
function System(; name)
1212
systems = @named begin
13-
acc = TV.Acceleration()
13+
acc = TV.Acceleration(false)
1414
a = Constant(; k = -10)
1515
mass = TV.Mass(; m = 100)
1616
free = TV.Free()

0 commit comments

Comments
 (0)