# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test SapiV1BswapPoolConfigureLiquidity")
model.instance <- SapiV1BswapPoolConfigureLiquidity$new()
test_that("constantA", {
# tests for the property `constantA` (integer)
# \"NA\" if pool is an innovation pool
# uncomment below to test the property
#expect_equal(model.instance$`constantA`, "EXPECTED_RESULT")
})
test_that("minRedeemShare", {
# tests for the property `minRedeemShare` (numeric)
# uncomment below to test the property
#expect_equal(model.instance$`minRedeemShare`, "EXPECTED_RESULT")
})
test_that("slippageTolerance", {
# tests for the property `slippageTolerance` (numeric)
# The swap proceeds only when the slippage is within the set range
# uncomment below to test the property
#expect_equal(model.instance$`slippageTolerance`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.