Skip to content

Commit dfa3fbe

Browse files
committed
Update
1 parent 94912b7 commit dfa3fbe

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
@@ -1417,7 +1417,7 @@ function test_optimize_abstract_callback()
14171417
end
14181418
MOI.set(model, MOI.HeuristicCallback(), callback_fn)
14191419
MOI.optimize!(model)
1420-
@test model.state == MOI.ATTACHED_OPTIMIZER
1420+
@test model.state == MOI.Utilities.ATTACHED_OPTIMIZER
14211421
@test optimizer.optimize_called
14221422
return
14231423
end

0 commit comments

Comments
 (0)