Skip to content

Commit 61b5294

Browse files
authored
Fix duplicate test with same name (#2804)
1 parent 4a8af79 commit 61b5294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Bridges/lazy_bridge_optimizer.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1938,7 +1938,7 @@ end
19381938

19391939
struct CustomScalarSet <: MOI.AbstractScalarSet end
19401940

1941-
function test_wrong_coefficient()
1941+
function test_wrong_coefficient_1()
19421942
for (S, T) in [(Complex{Float64}, Float64), (Float64, Int)]
19431943
model = MOI.Utilities.Model{T}()
19441944
bridged = MOI.Bridges.full_bridge_optimizer(model, T)
@@ -2253,7 +2253,7 @@ function test_issue_2696()
22532253
return
22542254
end
22552255

2256-
function test_wrong_coefficient()
2256+
function test_wrong_coefficient_2()
22572257
model = MOI.instantiate(
22582258
MOI.Utilities.Model{Float64},
22592259
with_bridge_type = Float64,

0 commit comments

Comments
 (0)