Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Dec 4, 2024
1 parent 98ff340 commit e737443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Test/test_solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e737443

Please sign in to comment.