Skip to content

Commit

Permalink
Rename test/blackbody_radiation.jl to test/thermal_radiation.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
MasanoriKanamaru committed Jan 12, 2025
1 parent 6428800 commit 589417b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ include("TPM_non-uniform_thermoparams/TPM_non-uniform_thermoparams.jl")
include("TPM_zero-conductivity/TPM_zero-conductivity.jl")
include("TPM_Didymos/TPM_Didymos.jl")

include("blackbody_radiation.jl")
include("thermal_radiation.jl")
include("find_visiblefacets.jl")
include("heat_conduction_1D.jl")
4 changes: 2 additions & 2 deletions test/blackbody_radiation.jl → test/thermal_radiation.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@testset "blackbody_radiation" begin
@testset "thermal_radiation" begin

msg = """\n
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
| Test: blackbody_radiation |
| Test: thermal_radiation |
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
"""
println(msg)
Expand Down

0 comments on commit 589417b

Please sign in to comment.