Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchultheis committed Aug 3, 2018
1 parent deaddc5 commit 661ce56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-download.R
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 661ce56

Please sign in to comment.