diff --git a/test/plot_test.jl b/test/plot_test.jl index 37460981..283e0480 100644 --- a/test/plot_test.jl +++ b/test/plot_test.jl @@ -53,4 +53,6 @@ chn = Chains(val) p_subset_colordim = plot(chn, 2, colordim = :parameter) @test isa(p_subset_colordim, Plots.Plot) + + rm("demo-plot.png") end