Skip to content

Commit

Permalink
Update test/MOI_wrapper.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Sep 26, 2024
1 parent 04982b1 commit 2a460c0
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 @@ -970,7 +970,7 @@ function test_callback_interrupt()
MOI.set(model, HiGHS.CallbackFunction(), user_callback)
MOI.optimize!(model)
@test MOI.get(model, MOI.TerminationStatus()) == MOI.INTERRUPTED
@test kHighsCallbackIpmInterrupt in callback_types
@test HiGHS.kHighsCallbackIpmInterrupt in callback_types
return
end

Expand Down

0 comments on commit 2a460c0

Please sign in to comment.