Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Mar 1, 2022
1 parent 595de75 commit 118615d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function test_runtests()
MOI.Utilities.UniversalFallback(MOI.Utilities.Model{Float64}()),
MOI.instantiate(Clp.Optimizer; with_bridge_type = Float64),
)
@test model.optimizer.model.model_cache isa MOI.Utilities.UniversalFallback{Clp.OptimizerCache}
# `Variable.ZerosBridge` makes dual needed by some tests fail.
MOI.Bridges.remove_bridge(
model.optimizer,
Expand Down

0 comments on commit 118615d

Please sign in to comment.