Skip to content

Commit

Permalink
Update bridge_optimizer.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Apr 9, 2024
1 parent 0bdf97c commit d07ca6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/Bridges/bridge_optimizer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1257,10 +1257,10 @@ function test_2452()
)
@test MOI.get(dest.model, MOI.ConstraintSet(), ci) == MOI.Zeros(1)
@test_throws(
MOI.SetAttributeNotAllowed,
MOI.set(dest, MOI.ConstraintSet(), index_map[c], set),
MOI.SetAttributeNotAllowed,
MOI.set(dest, MOI.ConstraintSet(), index_map[c], set),
)
return
return
end

function test_issue_2452_with_constant()
Expand Down

0 comments on commit d07ca6d

Please sign in to comment.