Skip to content

Commit 88d87f5

Browse files
committed
Update
1 parent b88f67d commit 88d87f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test_MathOptInterface.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ function test_modification_multiple()
290290
return
291291
end
292292

293-
function _test_moi_highs()
293+
function test_moi_highs()
294294
model = MOI.Bridges.full_bridge_optimizer(
295295
POI.Optimizer(HiGHS.Optimizer),
296296
Float64,
@@ -308,7 +308,7 @@ function _test_moi_highs()
308308
return
309309
end
310310

311-
function _test_moi_ipopt()
311+
function test_moi_ipopt()
312312
model = MOI.Utilities.CachingOptimizer(
313313
MOI.Utilities.UniversalFallback(MOI.Utilities.Model{Float64}()),
314314
MOI.Bridges.full_bridge_optimizer(

0 commit comments

Comments
 (0)