tests/testthat/test-abs-age-lga.R

test_that("abs_age_lga() returns the right shape works", {
  expect_snapshot(abs_age_lga("Albury (C)"))
})

test_that("abs_age_lga() returns the right shape errors", {
  expect_snapshot_error(
    abs_age_lga("Imaginary World")
  )
})
njtierney/conmat documentation built on April 17, 2025, 10:27 p.m.