tests/testthat/test-collection-properties.R

test_that("fwa_collection_properties works", {
  rlang::local_options(nocache = TRUE)

  properties <- fwa_collection_properties("whse_basemapping.fwa_stream_networks_sp")
  expect_s3_class(properties, "tbl_df")
})

test_that("fwa_collection_properties haven't changed for stream networks", {
  rlang::local_options(nocache = TRUE)

  properties <- fwa_collection_properties("whse_basemapping.fwa_stream_networks_sp")
  expect_snapshot_data(properties, "properties")
})
poissonconsulting/fwapgr documentation built on March 30, 2024, 1:51 a.m.