diff --git a/tests/testthat/test-statebins.R b/tests/testthat/test-statebins.R index 8ce42dd..aa1dc51 100644 --- a/tests/testthat/test-statebins.R +++ b/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)