# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse2002")
model.instance <- InlineResponse2002$new()
test_that("lastUpdateId", {
# tests for the property `lastUpdateId` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`lastUpdateId`, "EXPECTED_RESULT")
})
test_that("bids", {
# tests for the property `bids` (array[array[character]])
# uncomment below to test the property
#expect_equal(model.instance$`bids`, "EXPECTED_RESULT")
})
test_that("asks", {
# tests for the property `asks` (array[array[character]])
# uncomment below to test the property
#expect_equal(model.instance$`asks`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.