Skip to content

Commit adc4e60

Browse files
author
Brad Carman
committed
fixes free test
1 parent 0fbd414 commit adc4e60

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)