Update test_defaults.jl

This commit is contained in:
Simon Christ 2020-10-12 14:05:44 +02:00 committed by GitHub
parent d805cc0b54
commit 54f29f283e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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__()