File tree Expand file tree Collapse file tree
src/test/kotlin/io/openfuture/api/controller/widget Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ class ScaffoldWidgetControllerTests : ControllerTests() {
2323 private lateinit var service: EthereumScaffoldService
2424
2525
26- @DisabledIf
2726 @Test
2827 fun getTest () {
2928 val scaffold = createScaffold()
@@ -41,9 +40,9 @@ class ScaffoldWidgetControllerTests : ControllerTests() {
4140 "address": ${ethereumScaffold.address} ,
4241 "abi": ${ethereumScaffold.abi} ,
4342 "description": ${ethereumScaffold.description} ,
44- "fiatAmount ": "${ethereumScaffold.fiatAmount} ",
43+ "fiat_amount ": "${ethereumScaffold.fiatAmount} ",
4544 "currency": ${ethereumScaffold.getCurrency().name} ,
46- "conversionAmount ": "${ethereumScaffold.conversionAmount} ",
45+ "conversion_amount ": "${ethereumScaffold.conversionAmount} ",
4746 "properties": ${Arrays .toString(ethereumScaffold.property.toTypedArray())}
4847 }
4948 """ .trimIndent()
You can’t perform that action at this time.
0 commit comments