Skip to content

Commit

Permalink
Fix test for upcoming printing change in MOI
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Jun 12, 2024
1 parent 5e0a975 commit 7103f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ function test_caching_mps_model()
ErrorException(
"Cannot call `optimize!` because the provided optimizer is not " *
"a subtype of `MOI.AbstractOptimizer`.\n\nThe optimizer is:\n\n" *
"A Mathematical Programming System (MPS) model\n",
"$(sprint(show, unsafe_backend(model)))\n",
),
optimize!(model),
)
Expand Down

0 comments on commit 7103f12

Please sign in to comment.