Skip to content

Commit cd62790

Browse files
committed
Update
1 parent 223db21 commit cd62790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Utilities/cachingoptimizer.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ function test_modify_constraint()
11871187
return
11881188
end
11891189

1190-
function test_modify_constraint()
1190+
function test_modify_objective()
11911191
for mode in (MOI.Utilities.AUTOMATIC, MOI.Utilities.MANUAL)
11921192
cache = MOI.Utilities.Model{Float64}()
11931193
optimizer = MOI.Utilities.MockOptimizer(MOI.Utilities.Model{Float64}())

0 commit comments

Comments
 (0)