Skip to content

Commit

Permalink
Update test/test_macros.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Feb 16, 2024
1 parent aae7f86 commit ae03657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_macros.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2378,7 +2378,7 @@ function test_sparseaxisarray_constraint_zeros()
@constraint(model, x[1, :] in SOS1()),
)
@test_throws_runtime(
ErrorException("In @constraint(model, x[1, :] in SOS2())`: $msg"),
ErrorException("In `@constraint(model, x[1, :] in SOS2())`: $msg"),
@constraint(model, x[1, :] in SOS2()),
)
return
Expand Down

0 comments on commit ae03657

Please sign in to comment.