From 134150da94c6315b3f941bf6e72b6ed1662645d8 Mon Sep 17 00:00:00 2001 From: Cameron Pfiffer Date: Sat, 2 Mar 2019 13:37:48 -0800 Subject: [PATCH] Remove a saved figure generated in the plot testing suite. --- test/plot_test.jl | 2 ++ 1 file changed, 2 insertions(+) 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