Skip to content

Commit 3591481

Browse files
committed
fix(plot.TC): jupyter-TC were breaking needlesly travis
1 parent f2084e0 commit 3591481

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_plot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ def test_plot_jupyter(pipeline, tmp_path):
176176

177177
dot = pipeline.plot()
178178
s = dot._repr_svg_()
179-
assert isinstance(s, str)
180179
assert "SVG" in s
181180

182181

0 commit comments

Comments
 (0)