Skip to content

Commit b295cfe

Browse files
test: remove outdated debug kwarg to expand_connections
1 parent 1441448 commit b295cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ end
9191
@named sys′ = System(eqs, t)
9292
@named sys_inner_outer = compose(sys′, [ground, shape, source, rc_comp])
9393
@test_nowarn show(IOBuffer(), MIME"text/plain"(), sys_inner_outer)
94-
expand_connections(sys_inner_outer, debug = true)
94+
expand_connections(sys_inner_outer)
9595
sys_inner_outer = mtkcompile(sys_inner_outer)
9696
@test !isempty(ModelingToolkit.defaults(sys_inner_outer))
9797
u0 = [rc_comp.capacitor.v => 0.0]

0 commit comments

Comments
 (0)