Browse Source

removed theme from test

master
boB Rudis 6 years ago
parent
commit
e954b15769
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

@ -21,8 +21,7 @@ test_that("we can do something", {
ggplot(a4, aes(state=state, fill=Assault)) + ggplot(a4, aes(state=state, fill=Assault)) +
geom_statebins() + geom_statebins() +
coord_equal() + coord_equal() +
ggplot2::facet_wrap(~f) + ggplot2::facet_wrap(~f) -> gg
theme_statebins() -> gg
gb <- ggplot_build(gg) gb <- ggplot_build(gg)

Loading…
Cancel
Save