Skip to content

Commit

Permalink
Merge pull request #18 from mkborregaard/update_tests
Browse files Browse the repository at this point in the history
Update tests
  • Loading branch information
mkborregaard authored May 15, 2017
2 parents 0c5bd8e + 346cd04 commit 495e367
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 495e367

Please sign in to comment.