Skip to content

Commit

Permalink
Fix test with duplicate name
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Nov 24, 2024
1 parent 739042f commit fb77585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ function test_parameter_scalar_affine_objective()
return
end

function test_parameter_scalar_affine_objective()
function test_parameter_variable_index_objective()
model = Ipopt.Optimizer()
MOI.set(model, MOI.Silent(), true)
x = MOI.add_variable(model)
Expand Down

0 comments on commit fb77585

Please sign in to comment.