Skip to content

Commit ab97226

Browse files
PeiffapEdvinAblad
andauthored
Update src/Test/contlinear.jl
Co-Authored-By: EdvinAblad <[email protected]>
1 parent 5c9562e commit ab97226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test/contlinear.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ function linear10btest(model::MOI.ModelLike, config::TestConfig)
12421242
# minimize x + y
12431243
#
12441244
# s.t. -1 <= x + y <= 10
1245-
# x, y >= 0
1245+
# x, y >= 0
12461246

12471247
@test MOIU.supports_default_copy_to(model, #=copy_names=# false)
12481248
@test MOI.supports(model, MOI.ObjectiveFunction{MOI.ScalarAffineFunction{Float64}}())

0 commit comments

Comments
 (0)