Skip to content

Commit

Permalink
remove test build data
Browse files Browse the repository at this point in the history
  • Loading branch information
GuidoMaggio committed Feb 29, 2024
1 parent 50ec2d8 commit 6733891
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/testthat/test-build_data.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
test_that("build_data runs", {
expect_invisible(build_data(writerds = FALSE))
})
# INVALID SINCE READING IS NOT POSSIBLE
# test_that("build_data runs", {
# expect_invisible(build_data(writerds = FALSE))
# })
1 change: 1 addition & 0 deletions tests/testthat/test-utils_read.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# INVALID SINCE READING IS NOT POSSIBLE
# test_that("reading vaccination data works", {
# bag_sources = fromJSON(bag_api_url)
# sourceDate <- bag_sources$sourceDate
Expand Down

0 comments on commit 6733891

Please sign in to comment.