Skip to content

Commit

Permalink
Update test/test_constraint.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Jun 27, 2023
1 parent 3975175 commit 0a588ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_constraint.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1756,7 +1756,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).",
)
Expand Down

0 comments on commit 0a588ed

Please sign in to comment.