Skip to content

Commit

Permalink
Remove skip_if_offline()
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdesmet committed Mar 23, 2024
1 parent 323d6b9 commit 203a65d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-check_package.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
test_that("check_package() returns package invisibly on valid Data Package", {
skip_if_offline()
p <- example_package
expect_identical(check_package(p), p)
expect_invisible(check_package(p))
Expand Down

0 comments on commit 203a65d

Please sign in to comment.