We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4420610 commit c751547Copy full SHA for c751547
test/runtests.jl
@@ -92,7 +92,7 @@ end
92
@time @safetestset "AD Tests" include("interface/ad_tests.jl")
93
@time @safetestset "Newton Tests" include("interface/newton_tests.jl")
94
@time @safetestset "DAE Initialize Integration" include("interface/dae_initialize_integration.jl")
95
- @time @safetestset "DAE Initialization Tests" include("interface/dae_initialize_tests.jl")
+ @time @safetestset "DAE Initialization Tests" include("interface/dae_initialization_tests.jl")
96
end
97
98
if !is_APPVEYOR &&
0 commit comments