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