diff --git a/test/general/optimize.jl b/test/general/optimize.jl index 89ad4b62..9281f23f 100644 --- a/test/general/optimize.jl +++ b/test/general/optimize.jl @@ -57,7 +57,7 @@ end -@test "nm trace" begin +@testset "nm trace" begin # https://github.com/JuliaNLSolvers/Optim.jl/issues/1112 f(x) = (x[1]^2 + x[2] - 11)^2 + (x[1] + x[2]^2 - 7)^2