Skip to content

Commit

Permalink
Change slide
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jan 4, 2024
1 parent 37eac9d commit a8abfe0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/testthat/test-gs_download.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ testthat::test_that("Download a Slide ", {
if (.Platform$OS.type != "windows") {
output_dir = tempdir()
outfile = ottrpal::include_slide(
paste0("https://docs.google.com/presentation/d/",
"12DPZgPteQBwgal6kSPP58zhPhjZ7QSPZLe3NkA8M3eo/",
"edit#slide=id.gc87451c247_0_17"),
"https://docs.google.com/presentation/d/1-7UvgVq5tP1pasTEErUM3bJFH2fU_pilH6i6_81CCXU/edit#slide=id.p",
output_dir = output_dir,
overwrite = FALSE)
testthat::expect_true(file.exists(outfile))
Expand Down

0 comments on commit a8abfe0

Please sign in to comment.