From 661ce56fca8286bab1cd0cc3e2ba854f316d43d0 Mon Sep 17 00:00:00 2001 From: Schultheis Date: Fri, 3 Aug 2018 13:07:05 +0200 Subject: [PATCH] removed print --- tests/testthat/test-download.R | 1 - 1 file changed, 1 deletion(-) 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))