tests/testthat/test_bnb_burn_status.R

# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate

context("Test BnbBurnStatus")

model.instance <- BnbBurnStatus$new()

test_that("spotBNBBurn", {
  # tests for the property `spotBNBBurn` (character)

  # uncomment below to test the property
  #expect_equal(model.instance$`spotBNBBurn`, "EXPECTED_RESULT")
})

test_that("interestBNBBurn", {
  # tests for the property `interestBNBBurn` (character)

  # uncomment below to test the property
  #expect_equal(model.instance$`interestBNBBurn`, "EXPECTED_RESULT")
})
grahamjwhite/binanceRapi documentation built on Nov. 22, 2022, 9:37 p.m.