Skip to content

Commit

Permalink
Fix overwritten tests with duplicate names (#2485)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Apr 15, 2024
1 parent 8159c80 commit cab197c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/Bridges/Constraint/sos1_to_milp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function test_runtests_VectorOfVariables()
return
end

function test_runtests_VectorOfVariables()
function test_runtests_VectorAffineFunction()
MOI.Bridges.runtests(
MOI.Bridges.Constraint.SOS1ToMILPBridge,
"""
Expand Down
2 changes: 1 addition & 1 deletion test/Bridges/Constraint/sos2_to_milp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function test_runtests_VectorOfVariables()
return
end

function test_runtests_VectorOfVariables()
function test_runtests_VectorAffineFunction()
MOI.Bridges.runtests(
MOI.Bridges.Constraint.SOS2ToMILPBridge,
"""
Expand Down
2 changes: 1 addition & 1 deletion test/Bridges/lazy_bridge_optimizer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2193,7 +2193,7 @@ function test_bridge_complex_nonpostononneg()
return
end

function test_bridge_complex_greatertoless()
function test_bridge_complex_lesstogreater()
model = MOI.instantiate(
MOI.Utilities.Model{Float64};
with_bridge_type = Float64,
Expand Down
2 changes: 1 addition & 1 deletion test/FileFormats/MOF/MOF.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1480,7 +1480,7 @@ function test_integer_coefficients()
return
end

function test_ScaledPositiveSemidefiniteConeTriangle()
function test_ScaledPositiveSemidefiniteConeTriangle_set_to_moi()
object = Dict(
"type" => "ScaledPositiveSemidefiniteConeTriangle",
"side_dimension" => 2,
Expand Down

0 comments on commit cab197c

Please sign in to comment.