Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon committed Jul 25, 2023
1 parent b83fed8 commit 53fe7da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/MOI_additional.jl
Original file line number Diff line number Diff line change
Expand Up @@ -548,12 +548,12 @@ end
MOI.set(optimizer, MOI.ObjectiveSense(), MOI.MAX_SENSE)

@test MOI.get(optimizer, SCIP.Presolving()) == true
@test MOI.set(optimizer, SCIP.Presolving(), presolving)
MOI.set(optimizer, SCIP.Presolving(), presolving)
@test MOI.get(optimizer, SCIP.Presolving()) == presolving

# after optimize
MOI.optimize!(optimizer)

@test MOI.set(optimizer, SCIP.Presolving(), presolving)
MOI.set(optimizer, SCIP.Presolving(), presolving)
@test MOI.get(optimizer, SCIP.Presolving()) == presolving
end

0 comments on commit 53fe7da

Please sign in to comment.