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