From e954b157691f6ab6a54d70b48ec15e1aa4d7f0a1 Mon Sep 17 00:00:00 2001 From: boB Rudis Date: Tue, 5 Dec 2017 15:16:42 -0500 Subject: [PATCH] removed theme from test --- tests/testthat/test-statebins.R | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)