Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Mar 18, 2024
1 parent 75cef38 commit e8061c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function test_setcontrol_error()
p = Xpress.XpressProblem()
@test_throws(
ErrorException("Unrecognized control: bad"),
Xpress.setcontrol(p, "bad", false),
Xpress.setcontrol!(p, "bad", false),
)
return
end
Expand Down

0 comments on commit e8061c0

Please sign in to comment.