Skip to content

Commit cc843f6

Browse files
committed
Fix
1 parent ae21eb8 commit cc843f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/conic_form.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ function psd2(
236236
@test index_map isa MOI.Utilities.IndexMap
237237

238238
@test MatOI.objective_vector(conic_form) [zeros(T, 6); one(T)]
239-
@test conic_form.constraint.constants [T(10); zeros(T, 10)]
239+
@test conic_form.constraints.constants [T(10); zeros(T, 10)]
240240
return _test_matrix_equal(
241-
conic_form.constraint.coefficients,
241+
conic_form.constraints.coefficients,
242242
SparseMatrixCSC(
243243
11,
244244
7,

0 commit comments

Comments
 (0)