Skip to content

Commit

Permalink
work on testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Jun 5, 2023
1 parent f1f983b commit 9a31f2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/testthat/test-utils_data.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
test_that("unname_df()", {
x <- unname_df(tibble::tibble(x = c(a = 1, b = 2), y = c(c = 3, d = 4)))
expect_null(names(x$x))
expect_null(names(x$y))
})

0 comments on commit 9a31f2a

Please sign in to comment.