Skip to content

Commit e737443

Browse files
committed
Update
1 parent 98ff340 commit e737443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Test/test_solve.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1944,7 +1944,7 @@ function setup_test(
19441944
MOI.OPTIMAL,
19451945
(MOI.FEASIBLE_POINT, T[2]),
19461946
MOI.FEASIBLE_POINT,
1947-
(MOI.VariableIndex, MOI.GreaterThan{T}) => T[3],
1947+
(MOI.VariableIndex, MOI.LessThan{T}) => T[3],
19481948
),
19491949
)
19501950
return
@@ -2016,7 +2016,7 @@ function setup_test(
20162016
MOI.OPTIMAL,
20172017
(MOI.FEASIBLE_POINT, T[2]),
20182018
MOI.FEASIBLE_POINT,
2019-
(MOI.ScalarAffineFunction{T}, MOI.GreaterThan{T}) => T[3],
2019+
(MOI.ScalarAffineFunction{T}, MOI.LessThan{T}) => T[3],
20202020
),
20212021
)
20222022
return

0 commit comments

Comments
 (0)