Skip to content

Commit

Permalink
Added test for list_transpose
Browse files Browse the repository at this point in the history
  • Loading branch information
KimLopezGuell committed Aug 15, 2024
1 parent 1112106 commit 4fa0e83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testthat/test-list-transpose.R
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,7 @@ test_that("fail mixing named and unnamed vectors", {
})
})

test_that("works on data frames", {
expect_no_error(list_transpose(mtcars))
})

0 comments on commit 4fa0e83

Please sign in to comment.