From cdc6b6a37a295a351c8bbca3a1f4810f05ae6ee0 Mon Sep 17 00:00:00 2001 From: odow Date: Mon, 7 Jan 2019 10:49:27 -0600 Subject: [PATCH] Fix a typo in model tests --- test/model.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/model.jl b/test/model.jl index c2e5df1fe25..a38cd901e0a 100644 --- a/test/model.jl +++ b/test/model.jl @@ -156,7 +156,7 @@ end function dummy_optimizer_hook(::JuMP.AbstractModel) end @testset "Model copy" begin - for copy_model in (true, true) + for copy_model in (true, false) @testset "Using $(copy_model ? "JuMP.copy_model" : "Base.copy")" begin for caching_mode in (MOIU.AUTOMATIC, MOIU.MANUAL) @testset "In $caching_mode mode" begin