Skip to content

Commit 7d14058

Browse files
committed
Test fix
1 parent 1286deb commit 7d14058

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/test/kotlin/io/openfuture/api/controller/widget/ScaffoldWidgetControllerTests.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)