Skip to content

Commit d9dd235

Browse files
committed
Update
1 parent b376511 commit d9dd235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ function test_HS071_evaluator()
229229
@test MOI.constraint_expr(evaluator, 1) ==
230230
:($(x[1]) * $(x[2]) * $(x[3]) * $(x[4]) >= 25.0)
231231
@test MOI.constraint_expr(evaluator, 2) ==
232-
:($(x[1])^2 + $(x[2])^2 + $(x[3])^2 + $(x[4])^2 == 40.0)
232+
:($(x[1])^2.0 + $(x[2])^2.0 + $(x[3])^2.0 + $(x[4])^2.0 == 40.0)
233233
return
234234
end
235235

0 commit comments

Comments
 (0)