Skip to content

Commit

Permalink
Fixed a problem test.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahlowens committed Mar 3, 2022
1 parent 234014a commit 1c4fee6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.5.2
Date: 2022-03-03 10:45:39 UTC
SHA: e9fd0e6a3255b502cdd04c9a0f2499a2b6362643
Date: 2022-03-03 15:42:32 UTC
SHA: 234014ad40ad9d3f7a13b41cb6d1bede55f7c6a4
3 changes: 2 additions & 1 deletion tests/testthat/test-gbifRetriever.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ context("Testing gbifRetriever")
library(occCite)

test_that("gbifRetriever behaves as expected", {
skip_on_cran()
test <- try(rgbif::occ_count(country = "DK"),
silent = T
)
Expand All @@ -25,7 +26,7 @@ test_that("gbifRetriever behaves as expected", {
})

test_that("gbifRetriever warns when there's no internet connection", {

skip_on_cran()
test <- try(rgbif::occ_count(country = "DK"),
silent = T
)
Expand Down

0 comments on commit 1c4fee6

Please sign in to comment.