Skip to content

Commit 448102f

Browse files
authored
Update test/Bridges/debug.jl
1 parent 9c478de commit 448102f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Bridges/debug.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ function test_print_graph_stdout()
321321
filename = joinpath(dir, "tmp.out")
322322
open(filename, "w") do io
323323
redirect_stdout(io) do
324-
print("Abc")
324+
MOI.Bridges.print_graph(bridged)
325325
return
326326
end
327327
return

0 commit comments

Comments
 (0)