Skip to content

Commit

Permalink
Test print method
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed Aug 26, 2021
1 parent 3f8a238 commit ef29f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-ggarrange2.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ test_that("ggarrange2() works", {
top = "Test1", bottom = "Test2", left = "Test3", right = "Test4",
newpage = TRUE, draw = TRUE)
expect_true(gtable::is.gtable(gg3))
expect_doppelganger("double ggarrange2()", gg3)
expect_doppelganger("double ggarrange2()", print(gg3))
expect_doppelganger("double ggarrange2() layout", gtable::gtable_show_layout(gg3))
})

0 comments on commit ef29f0d

Please sign in to comment.