tests/testthat/helper-id.R

# Check for missing `id` argument errors

expect_missing_id_error <- function(object) {
  expect_error(object, "argument `id` is required", fixed = TRUE)
}
nteetor/dull documentation built on July 4, 2025, 8:52 a.m.