Skip to content

Commit

Permalink
Back to full test
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Jul 8, 2024
1 parent a3f062b commit 687850c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions tests/testthat/test-gisco_bulk_download.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ test_that("Bulk download online", {
cache_dir = tempdir(),
ext = "gdb"
))
# expect_silent(gisco_bulk_download(
# id_giscoR = "urban_audit",
# cache_dir = tempdir(),
# year = 2004
# ))
expect_silent(gisco_bulk_download(
id_giscoR = "urban_audit",
cache_dir = tempdir(),
year = 2004
))
expect_message(gisco_bulk_download(
resolution = 60,
cache_dir = tempdir(),
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-gisco_get_coastallines.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test_that("Coastal download online", {

expect_silent(gisco_get_coastallines(resolution = "60"))
expect_silent(gisco_get_coastallines(resolution = "60", cache = FALSE))
# expect_silent(gisco_get_coastallines(resolution = 3))
expect_silent(gisco_get_coastallines(resolution = 3))
expect_message(gisco_get_coastallines(resolution = "60", verbose = TRUE))
expect_message(gisco_get_coastallines(
resolution = "60",
Expand Down

0 comments on commit 687850c

Please sign in to comment.