tests/testthat/test-s3_list_buckets.R

library(biggr)

test_that("s3 lists return the correct values", {
  response <- s3_list_buckets()
  expect_equal(
    colnames(response),
    c("name", "creation_date")
  )
})
fdrennan/awsR documentation built on Sept. 26, 2020, 8:28 a.m.