diff --git a/test/test_constraint.jl b/test/test_constraint.jl index 055875fa962..44b2d3dc3c2 100644 --- a/test/test_constraint.jl +++ b/test/test_constraint.jl @@ -1782,7 +1782,7 @@ function test_tuple_shape_unsupported_error() @variable(model, t) @variable(model, x[1:2]) err = ErrorException( - "In ` @constraint(model, (t,) in MOI.ZeroOne())`: " * + "In `@constraint(model, (t,) in MOI.ZeroOne())`: " * "The tuple function $(Tuple{VariableRef}) is not supported for " * "a set of type $(MOI.ZeroOne).", )