Skip to content

Commit 90c2708

Browse files
committed
Fix
1 parent 172cf45 commit 90c2708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Bridges/Constraint/NormSpectralBridge.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ function test_NormNuclear()
197197
mock,
198198
var_primal,
199199
(MOI.ScalarAffineFunction{Float64}, MOI.GreaterThan{Float64}) =>
200-
[[1.0]],
200+
[1.0],
201201
(
202202
MOI.VectorAffineFunction{Float64},
203203
MOI.PositiveSemidefiniteConeTriangle,

0 commit comments

Comments
 (0)