diff --git a/test/test_defaults.jl b/test/test_defaults.jl index 8a45057a..a912fbb0 100644 --- a/test/test_defaults.jl +++ b/test/test_defaults.jl @@ -1,8 +1,11 @@ using Plots, Test const PLOTS_DEFAULTS = Dict(:theme => :wong2) +Plots.__init__() @testset "Loading theme" begin - Plots.__init__() plot(1:5)[1][1][:series_color] == colorant"black" end + +empty!(PLOTS_DEFAULTS) +Plots.__init__()