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