R/test.R

Defines functions expect_null

# dummy function to ensure code coverage runs
expect_null <- function(object, info = NULL, label = NULL) {
  testthat::expect_null(object, info, label)
}
poissonconsulting/curtisquadata documentation built on Jan. 18, 2025, 5:59 p.m.