Skip to content

Commit

Permalink
Update test-esgf.R
Browse files Browse the repository at this point in the history
  • Loading branch information
hongyuanjia authored Nov 21, 2021
1 parent 7f6a030 commit a0b8cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-esgf.R
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ test_that("load_cmip6_index()", {
for (f in idx$file_url) {
dest <- file.path(cache, basename(f))
if (!file.exists(dest)) {
flag <- download.file(f, , mode = "wb")
flag <- download.file(f, dest, mode = "wb")
}
}

Expand Down

0 comments on commit a0b8cc9

Please sign in to comment.