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")
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.