Skip to content

Commit

Permalink
remove skip_on_cran
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhoffa committed Jan 12, 2024
1 parent 0d99a03 commit 1f11c7c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testthat/test-match_name.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ test_that("w/ non-NA only at intermediate level yields matches at intermediate
expect_equal(out$level, "intermediate_parent_999")
})

skip_on_cran()

test_that("w/ missing values at all levels outputs 0-row", {
lbk <- tibble(
id_direct_loantaker = NA_character_,
Expand Down

0 comments on commit 1f11c7c

Please sign in to comment.