Skip to content

Commit 49931fc

Browse files
committed
Remove @show from test of MockOptimizer
1 parent c611a46 commit 49931fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Utilities/mockoptimizer.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ 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)
119118
)
120119
@test_throws(
121120
ErrorException(

0 commit comments

Comments
 (0)