Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Oct 29, 2023
1 parent 0d7acaa commit 44dc173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Bridges/bridge_optimizer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function test_unsupported_constraint_attribute()
MOI.LessThan{Float64},
}
attr = MOI.Test.UnknownConstraintAttribute()
message(action) = MOI._attribute_error_message(attr, bridge, action)
message(action) = MOI.Bridges._attribute_error_message(attr, bridge, action)
x = MOI.add_variable(bridged_mock)
ci = MOI.add_constraint(bridged_mock, x, MOI.Interval(0.0, 1.0))
@test !MOI.Bridges.is_bridged(bridged_mock, ci)
Expand Down

0 comments on commit 44dc173

Please sign in to comment.