Skip to content

Commit

Permalink
Merge pull request #1749 from JuliaOpt/od/fix_model_test
Browse files Browse the repository at this point in the history
Fix a typo in model tests
  • Loading branch information
blegat authored Jan 7, 2019
2 parents d947f95 + cdc6b6a commit 6e3afaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e3afaf

Please sign in to comment.