Browse Source

removed theme from test

pull/15/head
boB Rudis 6 years ago
parent
commit
946594f4f7
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

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

Loading…
Cancel
Save