We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5d185 commit db14141Copy full SHA for db14141
src/Bridges/Bridges.jl
@@ -309,7 +309,9 @@ function _runtests(
309
inner = MOI.Utilities.UniversalFallback(MOI.Utilities.Model{model_eltype}())
310
model = _bridged_model(Bridge{eltype}, inner)
311
input_fn(model)
312
- _check_bridged(model; no_bridge_used)
+ @testset "Bridge used" begin
313
+ _check_bridged(model; no_bridge_used)
314
+ end
315
final_touch(model)
316
# Should be able to call final_touch multiple times.
317
0 commit comments