diff --git a/Project.toml b/Project.toml index 81175a31..ff57b1ed 100644 --- a/Project.toml +++ b/Project.toml @@ -8,6 +8,6 @@ JuMP = "4076af6c-e467-56ae-b986-b466b2749572" MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" [compat] -JuMP = "0.23" +JuMP = "0.23, 1" MathOptInterface = "1" julia = "1.6" diff --git a/test/Tests/test_MOI_wrapper.jl b/test/Tests/test_MOI_wrapper.jl index 75cd4eba..ad477e9b 100644 --- a/test/Tests/test_MOI_wrapper.jl +++ b/test/Tests/test_MOI_wrapper.jl @@ -50,6 +50,7 @@ "test_conic_SecondOrderCone_no_initial_bound", "test_conic_RotatedSecondOrderCone_out_of_order", "test_conic_linear_INFEASIBLE", + "test_conic_empty_matrix", # uses FEASIBILITY_SENSE ], ) end