From 4b12b6f5f66931b853a52002fd3edcecd80c4354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Thu, 7 Aug 2025 10:47:58 +0200 Subject: [PATCH] Fix duplicate test with same name --- test/Bridges/lazy_bridge_optimizer.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Bridges/lazy_bridge_optimizer.jl b/test/Bridges/lazy_bridge_optimizer.jl index ca8cee0eb1..f37320140e 100644 --- a/test/Bridges/lazy_bridge_optimizer.jl +++ b/test/Bridges/lazy_bridge_optimizer.jl @@ -1938,7 +1938,7 @@ end struct CustomScalarSet <: MOI.AbstractScalarSet end -function test_wrong_coefficient() +function test_wrong_coefficient_1() for (S, T) in [(Complex{Float64}, Float64), (Float64, Int)] model = MOI.Utilities.Model{T}() bridged = MOI.Bridges.full_bridge_optimizer(model, T) @@ -2253,7 +2253,7 @@ function test_issue_2696() return end -function test_wrong_coefficient() +function test_wrong_coefficient_2() model = MOI.instantiate( MOI.Utilities.Model{Float64}, with_bridge_type = Float64,