Skip to content

Commit bdc2aef

Browse files
fixes test
1 parent 1523683 commit bdc2aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/multi_domain.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ end
191191
@named heating_resistor = HeatingResistor(R_ref = 100, alpha = 1e-3, T_ref = 293.15)
192192
@named thermal_conductor = ThermalConductor(G = 50)
193193
@named env = FixedTemperature(T = 273.15 + 20)
194-
connections = [connect(source.n, ground.g, heatingResistor.n)
194+
connections = [connect(source.n, ground.g, heating_resistor.n)
195195
connect(source.p, heating_resistor.p)
196196
connect(heating_resistor.heat_port, thermal_conductor.port_a)
197197
connect(thermal_conductor.port_b, env.port)]

0 commit comments

Comments
 (0)