From e7374430201a307212417228119162158dfbed4f Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 4 Dec 2024 16:19:21 +1300 Subject: [PATCH] Update --- src/Test/test_solve.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Test/test_solve.jl b/src/Test/test_solve.jl index af0e6cb55a..3670958ed4 100644 --- a/src/Test/test_solve.jl +++ b/src/Test/test_solve.jl @@ -1944,7 +1944,7 @@ function setup_test( MOI.OPTIMAL, (MOI.FEASIBLE_POINT, T[2]), MOI.FEASIBLE_POINT, - (MOI.VariableIndex, MOI.GreaterThan{T}) => T[3], + (MOI.VariableIndex, MOI.LessThan{T}) => T[3], ), ) return @@ -2016,7 +2016,7 @@ function setup_test( MOI.OPTIMAL, (MOI.FEASIBLE_POINT, T[2]), MOI.FEASIBLE_POINT, - (MOI.ScalarAffineFunction{T}, MOI.GreaterThan{T}) => T[3], + (MOI.ScalarAffineFunction{T}, MOI.LessThan{T}) => T[3], ), ) return