tests/testthat/test-1-rc-all.R

context("search by all rc_all fetch all countries information without any filter")

test_that("standard rc_all()",{
  fetch_all <- rc_all()

  expect_equal(nrow(fetch_all), 250)
} )
denironyx/countries documentation built on July 9, 2024, 5:20 a.m.