Skip to content

Commit 75977d2

Browse files
refactor: format
1 parent 1af4d19 commit 75977d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Thermal/thermal.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ using OrdinaryDiffEq: ReturnCode.Success
2929
# Check if Relative temperature sensor reads the temperature of heat capacitor
3030
# when connected to a thermal conductor and a fixed temperature source
3131
@test SciMLBase.successful_retcode(sol)
32-
@test sol[reltem_sensor.T.u] + sol[tem_src.port.T] == sol[mass1.T] + sol[th_conductor.dT]
32+
@test sol[reltem_sensor.T.u] + sol[tem_src.port.T] ==
33+
sol[mass1.T] + sol[th_conductor.dT]
3334

3435
@info "Building a two-body system..."
3536
eqs = [connect(T_sensor1.port, mass1.port, th_conductor.port_a)

0 commit comments

Comments
 (0)