Browse Source

travis

pull/11/merge
boB Rudis 6 years ago
parent
commit
c47106a5f1
No known key found for this signature in database GPG Key ID: 2A514A4997464560
  1. 3
      tests/testthat/test-statebins.R

3
tests/testthat/test-statebins.R

@ -28,8 +28,7 @@ test_that("we can do something", {
expect_equal(length(gb$plot$facet), 3)
statebins(USArrests, value_col="Assault", name = "Assault") +
theme_statebins(legend_position="right") -> gg
statebins(USArrests, value_col="Assault", name = "Assault") -> gg
gb <- ggplot_build(gg)

Loading…
Cancel
Save