Skip to content

Commit b7c1c1d

Browse files
committed
Fix backend
1 parent bafc583 commit b7c1c1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/MOI_wrapper.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ end
3232

3333
function test_sphere(descent_state_type; kws...)
3434
model = Model(Manopt.JuMP_Optimizer; kws...)
35-
@test MOI.supports(backend(model), MOI.RawOptimizerAttribute("descent_state_type"))
35+
@test MOI.supports(JuMP.backend(model), MOI.RawOptimizerAttribute("descent_state_type"))
3636
set_attribute(model, "descent_state_type", descent_state_type)
3737
start = normalize(1:3)
3838
@variable(model, x[i = 1:3] in Sphere(2), start = start[i])

0 commit comments

Comments
 (0)