Skip to content

Commit 212d089

Browse files
committed
Update
1 parent a0a9329 commit 212d089

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/algorithms/Lexicographic.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ function test_unbounded()
148148
MOI.set(model, MOI.ObjectiveSense(), MOI.MAX_SENSE)
149149
MOI.optimize!(model)
150150
@test MOI.get(model, MOI.TerminationStatus()) == MOI.DUAL_INFEASIBLE
151-
@test MOI.get(model, MOI.PrimalStatus()) == MOI.NO_SOLUTION
152-
@test MOI.get(model, MOI.DualStatus()) == MOI.NO_SOLUTION
153151
end
154152
return
155153
end

0 commit comments

Comments
 (0)