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 440b3d6 commit 837bb1aCopy full SHA for 837bb1a
test/runtests.jl
@@ -9,7 +9,7 @@ using SafeTestsets, Test
9
@safetestset "Mass Matrix Test" begin include("mass_matrix.jl") end
10
@safetestset "SDESystem Test" begin include("sdesystem.jl") end
11
@safetestset "NonlinearSystem Test" begin include("nonlinearsystem.jl") end
12
-@safetestset "OptimizationSystem Test" begin include("optimizationsystem.jl") en
+@safetestset "OptimizationSystem Test" begin include("optimizationsystem.jl") end
13
@safetestset "ReactionSystem Test" begin include("reactionsystem.jl") end
14
@safetestset "Build Targets Test" begin include("build_targets.jl") end
15
@safetestset "Domain Test" begin include("domains.jl") end
0 commit comments