Skip to content

Commit de3b473

Browse files
committed
Update
1 parent 7de0693 commit de3b473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Bridges/Constraint/QuadtoSOCBridge.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function test_qcp()
164164
S = MOI.GreaterThan{Float64}
165165
ci = first(MOI.get(bridged_mock, MOI.ListOfConstraintIndices{F,S}()))
166166
for attr in [MOI.ConstraintPrimalStart(), MOI.ConstraintDualStart()]
167-
msg = "In order to set the `$attr`, the`MOI.Bridges.Constraint.QuadtoSOCBridge` needs to get the `MathOptInterface.VariablePrimalStart()` but it is not set. Set the `MathOptInterface.VariablePrimalStart()` first before setting the `$attr` in order to fix this."
167+
msg = "In order to set the `$attr`, the `MOI.Bridges.Constraint.QuadtoSOCBridge` needs to get the `MathOptInterface.VariablePrimalStart()` but it is not set. Set the `MathOptInterface.VariablePrimalStart()` first before setting the `$attr` in order to fix this."
168168
err = MOI.SetAttributeNotAllowed(attr, msg)
169169
@test_throws err MOI.set(bridged_mock, attr, ci, 0.0)
170170
end

0 commit comments

Comments
 (0)