From e5b6ecee14bfcf08ad1aabb3351912a6e91576fa Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Fri, 4 Jun 2021 14:28:52 +0200 Subject: [PATCH] Update test_defaults.jl --- test/test_defaults.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_defaults.jl b/test/test_defaults.jl index 881cdae3..9ce50738 100644 --- a/test/test_defaults.jl +++ b/test/test_defaults.jl @@ -4,7 +4,7 @@ const PLOTS_DEFAULTS = Dict(:theme => :wong2, :fontfamily => :palantino) Plots.__init__() @testset "Loading theme" begin - pl = plot(1:5)plot(1:5) + pl = plot(1:5) @test pl[1][1][:seriescolor] == RGBA(colorant"black") @test guidefont(pl[1][:xaxis]).family == "palantino" end