Skip to content

Commit 4832579

Browse files
committed
getconstant -> constant
1 parent 1f1bd55 commit 4832579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test/contquadratic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ function _qcp4test(model::MOI.ModelLike, config::TestConfig, less_than::Bool)
438438
@test MOI.get(model, MOI.VariablePrimal(), x) 1.0 atol=atol rtol=rtol
439439
@test MOI.get(model, MOI.VariablePrimal(), y) 1.0 atol=atol rtol=rtol
440440

441-
@test MOI.get(model, MOI.ConstraintPrimal(), c) MOIU.getconstant(quad_set) atol=atol rtol=rtol
441+
@test MOI.get(model, MOI.ConstraintPrimal(), c) MOI.constant(quad_set) atol=atol rtol=rtol
442442
end
443443
end
444444

0 commit comments

Comments
 (0)