diff --git a/tests/testthat/test-download.R b/tests/testthat/test-download.R index 8810ed1..f5f7dd4 100644 --- a/tests/testthat/test-download.R +++ b/tests/testthat/test-download.R @@ -6,7 +6,6 @@ test_that("ggplot is downloadable", { height <- 20 file <- tempfile(fileext = ".zip") filename <- "plot" - print(file) expect_false(file.exists(file)) expect_silent(download(file = file, filename = filename, plot = plot, width = width, height = height))