Skip to content

Commit b0aad37

Browse files
authored
Update test/test_model.jl
1 parent 4172947 commit b0aad37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function test_ideal_point()
184184
MOI.set(model, MOI.ObjectiveSense(), MOI.MIN_SENSE)
185185
f = MOI.Utilities.vectorize([
186186
3.0 * x[1] + x[2],
187-
-1.0 * x[1] - 2.0 * x[2]
187+
-1.0 * x[1] - 2.0 * x[2],
188188
])
189189
MOI.set(model, MOI.ObjectiveFunction{typeof(f)}(), f)
190190
@test MOI.supports(model, MOA.ComputeIdealPoint())

0 commit comments

Comments
 (0)