Skip to content

Commit

Permalink
#54 test util
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarbone committed May 1, 2023
1 parent 2f5d230 commit 23b63a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ test_that("is_empty()", {
expect_true(is_empty(NULL))
expect_true(is_empty(integer()))
expect_false(is_empty(is_empty))
expect_false(is_empty(new_arg()))
})

test_that("prints", {
Expand Down

0 comments on commit 23b63a5

Please sign in to comment.