Skip to content

Commit 08354b4

Browse files
test: fix missing subcomponent in components test
1 parent 00632af commit 08354b4

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
@@ -197,7 +197,7 @@ end
197197
connect(resistor.heat_port, heat_capacitor.port)]
198198

199199
compose(System(rc_eqs, t, name = Symbol(name, i)),
200-
[resistor, capacitor, source, ground, heat_capacitor])
200+
[resistor, capacitor, source, ground, shape, heat_capacitor])
201201
end
202202
V = 2.0
203203
@named shape = Constant(k = V)

0 commit comments

Comments
 (0)