Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit b130aef

Browse files
committed
fixing typo in runtests
1 parent 5d620e5 commit b130aef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if GROUP == "All" || GROUP == "MOLFiniteDifference"
4343
@time @safetestset "MOLFiniteDifference Interface: 2D Diffusion" begin include("MOL/MOL_2D_Diffusion.jl") end
4444
@time @safetestset "MOLFiniteDifference Interface: 1D HigherOrder" begin include("MOL/MOL_1D_HigherOrder.jl") end
4545
@time @safetestset "MOLFiniteDifference Interface: 1D Partial DAE" begin include("MOL/MOL_1D_PDAE.jl") end
46-
@time @safetestset "MOLFiniteDifference Interface: Stationary Nonlinear Problems" begin include("MOL/MOL_Nonlinear.jl") end
46+
@time @safetestset "MOLFiniteDifference Interface: Stationary Nonlinear Problems" begin include("MOL/MOL_NonlinearProblem.jl") end
4747
end
4848

4949
if GROUP == "All" || GROUP == "Misc"

0 commit comments

Comments
 (0)