tests/testthat/test_sapi_v1_margin_isolated_margin_data_data.R

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

context("Test SapiV1MarginIsolatedMarginDataData")

model.instance <- SapiV1MarginIsolatedMarginDataData$new()

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

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

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

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

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

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