tests/testthat/test-fredr_endpoints.R

test_that("endpoints is a known data frame", {
  expect_is(fredr_endpoints, "tbl_df")
  expect_identical(nrow(fredr_endpoints), 31L)
  expect_identical(ncol(fredr_endpoints), 3L)
})
sboysel/fredr documentation built on Aug. 15, 2021, 9:19 a.m.