From 346cd04ed7b6f39adcad895853ed8047dfef2177 Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Mon, 15 May 2017 10:58:44 +0200 Subject: [PATCH] Update tests Tests failed because of PlotUtils update --- test/runtests.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 81cd2bb..82cdb4b 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,5 +1,5 @@ using PlotThemes using Base.Test -@test haskey(PlotThemes._themes, :sand) -@test haskey(PlotUtils._gradients, :sand_grad) +@test in(:sand, keys(PlotThemes._themes)) +@test in(:sand_grad, PlotUtils.cgradients(:misc))