Skip to content

Commit c751547

Browse files
fix typo
1 parent 4420610 commit c751547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ end
9292
@time @safetestset "AD Tests" include("interface/ad_tests.jl")
9393
@time @safetestset "Newton Tests" include("interface/newton_tests.jl")
9494
@time @safetestset "DAE Initialize Integration" include("interface/dae_initialize_integration.jl")
95-
@time @safetestset "DAE Initialization Tests" include("interface/dae_initialize_tests.jl")
95+
@time @safetestset "DAE Initialization Tests" include("interface/dae_initialization_tests.jl")
9696
end
9797

9898
if !is_APPVEYOR &&

0 commit comments

Comments
 (0)