Update test_defaults.jl
This commit is contained in:
parent
d805cc0b54
commit
54f29f283e
@ -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__()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user