diff --git a/inst/mtcars.rda b/inst/mtcars.rda index 3f378c3..9b811e7 100644 Binary files a/inst/mtcars.rda and b/inst/mtcars.rda differ diff --git a/tests/testthat/test-ggparallel.R b/tests/testthat/test-ggparallel.R index f9ab40c..54e73d0 100644 --- a/tests/testthat/test-ggparallel.R +++ b/tests/testthat/test-ggparallel.R @@ -12,6 +12,8 @@ test_that("ggparallel works", { built_saved <- ggplot2::ggplot_build(test_mtcars_plot) test <- ggparallel(list("gear", "cyl"), data=mtcars) build_now <- ggplot2::ggplot_build(test) + # test_mtcars_plot <- test + # save(test_mtcars_plot, file="inst/mtcars.rda") # data is the same expect_equal(built_saved$data, build_now$data, tolerance=1e-4)