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