Skip to content

Commit 85de184

Browse files
committed
🤖 Format .jl files
1 parent 410e0cc commit 85de184

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/runtests.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,12 @@ end
155155
@testset "QP-rand" begin
156156
n, dens = 100, 0.1
157157
model = qp_rand_model(n; dens = dens, convex = false)
158-
@test all(-2.0 .≤ model.meta.lvar .≤ 0.0)
159-
@test all(0.0 .≤ model.meta.uvar .≤ 2.0)
158+
@test all(-2.0 .≤ model.meta.lvar .≤ 0.0)
159+
@test all(0.0 .≤ model.meta.uvar .≤ 2.0)
160160
@test all(model.meta.x0 .== 0)
161161

162162
model = qp_rand_model(n; dens = dens, convex = true)
163-
@test all(-2.0 .≤ model.meta.lvar .≤ 0.0)
164-
@test all(0.0 .≤ model.meta.uvar .≤ 2.0)
163+
@test all(-2.0 .≤ model.meta.lvar .≤ 0.0)
164+
@test all(0.0 .≤ model.meta.uvar .≤ 2.0)
165165
@test all(model.meta.x0 .== 0)
166166
end

0 commit comments

Comments
 (0)