Skip to content

Commit 3538b7f

Browse files
authored
Remove @show from test of MockOptimizer (#2725)
1 parent c611a46 commit 3538b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Utilities/mockoptimizer.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function test_optimizer_solve_with_result()
115115
ErrorException(
116116
"No mock primal is set for variable `$(v[1])` at result index `2`.",
117117
),
118-
@show MOI.get(optimizer, MOI.ConstraintPrimal(2), c1)
118+
MOI.get(optimizer, MOI.ConstraintPrimal(2), c1),
119119
)
120120
@test_throws(
121121
ErrorException(

0 commit comments

Comments
 (0)