Skip to content

Commit

Permalink
rename snapshots: twocontent => titleslide
Browse files Browse the repository at this point in the history
  • Loading branch information
markheckmann committed Sep 4, 2024
1 parent 18ec706 commit 934a211
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-pptx-info.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ test_that("plot layout properties", {
labels = FALSE
)
dev.off()
expect_snapshot_doc(name = "plot-twocontent-layout", x = png1, engine = "testthat")
expect_snapshot_doc(name = "plot-twocontent-layout-nolabel", x = png2, engine = "testthat")
expect_snapshot_doc(name = "plot-titleslide-layout", x = png1, engine = "testthat")
expect_snapshot_doc(name = "plot-titleslide-layout-nolabel", x = png2, engine = "testthat")
})


Expand Down

0 comments on commit 934a211

Please sign in to comment.