Update test_defaults.jl

This commit is contained in:
Simon Christ 2020-10-12 15:45:32 +02:00 committed by GitHub
parent 68c7d53dcd
commit cc3ce91bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ const PLOTS_DEFAULTS = Dict(:theme => :wong2)
Plots.__init__() Plots.__init__()
@testset "Loading theme" begin @testset "Loading theme" begin
@test plot(1:5)[1][1][:seriescolor] == colorant"black" @test plot(1:5)[1][1][:seriescolor] == RGBA(colorant"black")
end end
empty!(PLOTS_DEFAULTS) empty!(PLOTS_DEFAULTS)