Skip to content

Commit cab197c

Browse files
authored
Fix overwritten tests with duplicate names (#2485)
1 parent 8159c80 commit cab197c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/Bridges/Constraint/sos1_to_milp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function test_runtests_VectorOfVariables()
4848
return
4949
end
5050

51-
function test_runtests_VectorOfVariables()
51+
function test_runtests_VectorAffineFunction()
5252
MOI.Bridges.runtests(
5353
MOI.Bridges.Constraint.SOS1ToMILPBridge,
5454
"""

test/Bridges/Constraint/sos2_to_milp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function test_runtests_VectorOfVariables()
5252
return
5353
end
5454

55-
function test_runtests_VectorOfVariables()
55+
function test_runtests_VectorAffineFunction()
5656
MOI.Bridges.runtests(
5757
MOI.Bridges.Constraint.SOS2ToMILPBridge,
5858
"""

test/Bridges/lazy_bridge_optimizer.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2193,7 +2193,7 @@ function test_bridge_complex_nonpostononneg()
21932193
return
21942194
end
21952195

2196-
function test_bridge_complex_greatertoless()
2196+
function test_bridge_complex_lesstogreater()
21972197
model = MOI.instantiate(
21982198
MOI.Utilities.Model{Float64};
21992199
with_bridge_type = Float64,

test/FileFormats/MOF/MOF.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ function test_integer_coefficients()
14801480
return
14811481
end
14821482

1483-
function test_ScaledPositiveSemidefiniteConeTriangle()
1483+
function test_ScaledPositiveSemidefiniteConeTriangle_set_to_moi()
14841484
object = Dict(
14851485
"type" => "ScaledPositiveSemidefiniteConeTriangle",
14861486
"side_dimension" => 2,

0 commit comments

Comments
 (0)