Skip to content

Commit 3ec4fd9

Browse files
authored
Apply suggestions from code review
1 parent 1d92e60 commit 3ec4fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test/test_conic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7297,7 +7297,7 @@ function test_add_constrained_PositiveSemidefiniteConeTriangle_VariableName(
72977297
set = MOI.PositiveSemidefiniteConeTriangle(2)
72987298
X, _ = MOI.add_constrained_variables(model, set)
72997299
MOI.set(model, MOI.VariableName(), X[1], "x")
7300-
@test MOI.get(model, MOI.VariablePrimalStart(), X[1]) == "x"
7300+
@test MOI.get(model, MOI.VariableName(), X[1]) == "x"
73017301
return
73027302
end
73037303

0 commit comments

Comments
 (0)