tests/testthat/test-deal_properties-deprecated.R

vcr::use_cassette("get_deal_properties", {
  test_that("get_deal_properties works", {
    res <- suppressWarnings(
      get_deal_properties()
    )
    expect_is(res, "character")
    expect_true(length(res) > 10)
  })

  test_that("get_deal_properties gets warning", {
    res <- expect_warning(
      get_deal_properties(),
      "deprecated"
    )
  })
})
lockedata/hubspot documentation built on March 1, 2020, 8:54 p.m.