Skip to content

Commit 469c9c5

Browse files
committed
Update
1 parent dee70e7 commit 469c9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Utilities/cachingoptimizer.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ function test_get_AttributeFromOptimizer()
12651265
MOI.Utilities.attach_optimizer(model)
12661266
attr = MOI.VariableName()
12671267
optimizer_attr = MOI.Utilities.AttributeFromOptimizer(attr)
1268-
@test MOI.supports(model, cache_attr, MOI.VariableIndex)
1268+
@test MOI.supports(model, optimizer_attr, MOI.VariableIndex)
12691269
MOI.set(model, optimizer_attr, x, "x")
12701270
@test MOI.get(model, attr, x) == ""
12711271
@test MOI.get(model, optimizer_attr, x) == "x"

0 commit comments

Comments
 (0)