Browse Source

travis

master
boB Rudis 6 years ago
parent
commit
21dbbd3d07
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  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