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/biggr documentation built on Sept. 24, 2020, 1:36 p.m.