@@ -562,10 +562,10 @@ def test_node_dot_str0(dot_str_pipeline):
562562 ><B>FN:</B> test.test_plot.func</TD>
563563 </TR>
564564 </TABLE>>, shape=plain, tooltip=<cu:sto:m>];
565- <edge> -> <node> [headport=n, tailport=s];
566- <edge> -> <cu:sto:m> [headport=n, tailport=s];
567- <digraph: strict> -> <node> [headport=n, tailport=s];
568- <digraph: strict> -> <cu:sto:m> [headport=n, tailport=s];
565+ <edge> -> <node> [arrowtail=dot, dir=both, headport=n, tailport=s];
566+ <edge> -> <cu:sto:m> [arrowtail=dot, dir=both, headport=n, tailport=s];
567+ <digraph: strict> -> <node> [arrowtail=dot, dir=both, headport=n, tailport=s];
568+ <digraph: strict> -> <cu:sto:m> [arrowtail=dot, dir=both, headport=n, tailport=s];
569569 <node> -> <<graph>> [headport=n, tailport=s];
570570 <cu:sto:m> -> <<graph>> [headport=n, tailport=s];
571571 legend [URL="https://graphtik.readthedocs.io/en/latest/_images/GraphtikLegend.svg", fillcolor=yellow, shape=component, style=filled, target=_blank];
@@ -607,8 +607,8 @@ def test_node_dot_str1(dot_str_pipeline, monkeypatch):
607607 </TABLE>>, shape=plain, tooltip=<cu:sto:m>];
608608 }
609609
610- <edge> -> <cu:sto:m> [headport=n, tailport=s];
611- <digraph: strict> -> <cu:sto:m> [headport=n, tailport=s];
610+ <edge> -> <cu:sto:m> [arrowtail=dot, dir=both, headport=n, tailport=s];
611+ <digraph: strict> -> <cu:sto:m> [arrowtail=dot, dir=both, headport=n, tailport=s];
612612 <cu:sto:m> -> <<graph>> [headport=n, tailport=s];
613613 legend [URL="https://graphtik.readthedocs.io/en/latest/_images/GraphtikLegend.svg", fillcolor=yellow, shape=component, style=filled, target=_blank];
614614 }
0 commit comments