Skip to content

Commit 0674f3b

Browse files
authored
Update test/FileFormats/SDPA/SDPA.jl
1 parent dcee0e6 commit 0674f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/FileFormats/SDPA/SDPA.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ function test_example_A_integer_coefficients()
403403
end
404404

405405
function test_unsupported_objectives()
406-
model = MPS.Model()
406+
model = SDPA.Model()
407407
for (F, ret) in [
408408
MOI.VariableIndex => false,
409409
MOI.ScalarAffineFunction{Float64} => true,

0 commit comments

Comments
 (0)