# 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")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.