Skip to content

Commit 6fd73a5

Browse files
committed
fix test
1 parent 0a4ea41 commit 6fd73a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/runtests.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ end
2929
PlotlyLight.template!(:plotly_dark)
3030
p = Plot(Config(y=1:10))
3131
s = repr("text/html", p)
32+
3233
PlotlyLight.template!(:plotly_white)
3334
p2 = Plot(Config(y=1:10))
34-
s2 = repr("text/html", p)
35+
s2 = repr("text/html", p2)
36+
3537
@test s != s2
3638
end

0 commit comments

Comments
 (0)