Skip to content

Commit fd41d53

Browse files
committed
Update
1 parent f985663 commit fd41d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sets.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ function test_deprecated_PositiveSemidefiniteConeTriangle()
400400
end
401401

402402
function test_update_dimension()
403-
@test !MOI.supports_dimension_update(MOI.ExponentialCone())
403+
@test !MOI.supports_dimension_update(MOI.ExponentialCone)
404404
for S in (MOI.Reals, MOI.Zeros, MOI.Nonnegatives, MOI.Nonpositives)
405405
@test MOI.supports_dimension_update(S)
406406
set = S(1)

0 commit comments

Comments
 (0)