Skip to content

Commit d70a470

Browse files
committed
fix
1 parent 2a079be commit d70a470

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/odesystem.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,3 +1660,4 @@ end
16601660
@test_throws ArgumentError @mtkbuild sys = ODESystem(eqs, t; constraints = cons)
16611661
cons = [x(t) * v ~ 3]
16621662
@test_throws ArgumentError @mtkbuild sys = ODESystem(eqs, t; constraints = cons) # Need time argument.
1663+
end

0 commit comments

Comments
 (0)