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

Commit

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

0 comments on commit deaddc5

Please sign in to comment.