Skip to content

Commit

Permalink
Update test/MOI/MOI_wrapper.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 29, 2024
1 parent 76df290 commit cf6b00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MOI/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@ function test_Env()
@test occursin("Gurobi Error 10022:", err.msg)
end
end
test_err(() ->Gurobi.Env("localhost:1234"))
test_err(() -> Gurobi.Env("localhost:1234"))
test_err(() -> Gurobi.Env("localhost:1234", "password"))
test_err(() -> Gurobi.Env("localhost:1234", "password"; started = true))
env = Gurobi.Env(; output_flag = 2, memory_limit = 1)
Expand Down

0 comments on commit cf6b00f

Please sign in to comment.