From 68c7d53dcd7cc24ff9985812deff69695511570e Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Mon, 12 Oct 2020 15:26:41 +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 d4323d69..cb8b90a0 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][:seriescolor] == colorant"black" + @test plot(1:5)[1][1][:seriescolor] == colorant"black" end empty!(PLOTS_DEFAULTS)