tests/testthat/test-get-map.R

context("get_map")

test_that(
    "get_map stops and prints error for invalid pop",
    {
        expect_error(
            get_map("NON"),
            "^Invalid population code.*"
        )
    }
)
kenhanscombe/associatr documentation built on Nov. 13, 2020, 9:24 a.m.