Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
Tests failed because of PlotUtils update
  • Loading branch information
mkborregaard committed May 15, 2017
1 parent 0c5bd8e commit 346cd04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 346cd04

Please sign in to comment.