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