Skip to content

Commit 859f906

Browse files
committed
test: Skip if not installed
1 parent 7525a97 commit 859f906

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testthat/test-register.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ test_that("experimental string handling works", {
8181
})
8282

8383
test_that("can register list of NULL values", {
84+
skip_if_not_installed("tibble")
85+
8486
con <- dbConnect(duckdb())
8587
on.exit(dbDisconnect(con, shutdown = TRUE))
8688
df <- tibble::tibble(a = 1:2, b = list(NULL))

0 commit comments

Comments
 (0)