Skip to content

Commit

Permalink
remove skip as function now works with symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
aylapear committed Jan 22, 2025
1 parent 58e9448 commit fdabfb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-unite-str.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ test_that("unite_str works character", {

test_that("unite_str works symbol", {
data <- tibble::tibble(x = c("good", "Saw fish.", NA), y = c("2021", NA, NA))
skip("get unite_str working with symbol!")
data <- unite_str(data, new, x, y)
expect_s3_class(data, "tbl_df")
expect_identical(colnames(data), "new")
Expand Down

0 comments on commit fdabfb8

Please sign in to comment.