Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MansMeg committed Nov 18, 2023
1 parent 7923cf3 commit 72f2ccc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RPackage/tests/testthat/test-polls_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ test_that(desc="get_polls()",{
if(!inherits(try(SwedishPolls:::get_path_to_polls(), silent = TRUE), "try-error")){
expect_silent(dat <- SwedishPolls:::get_polls_local(as = "data_frame"))
} else {
warning("main branch version of polls data is used.")
warning("Skip tests of data consistency.")
skip()
}

# dat <- SwedishPolls:::get_polls_local(as = "data_frame")
Expand Down

0 comments on commit 72f2ccc

Please sign in to comment.