commit 91eb52ccb2f68333ff715573d18a14ea1cb3d615 parent 00fbe7983c84160b29944f259586fa7af812678b Author: MS <ms@taler.net> Date: Tue, 23 Aug 2022 11:56:50 +0200 fix tests (7286) Diffstat:
| M | sandbox/src/test/kotlin/BalanceTest.kt | | | 4 | +++- |
| M | sandbox/src/test/kotlin/DBTest.kt | | | 2 | ++ |
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/sandbox/src/test/kotlin/BalanceTest.kt b/sandbox/src/test/kotlin/BalanceTest.kt @@ -24,6 +24,8 @@ class BalanceTest { usersDebtLimit = 10000 allowRegistrations = true name = "default" + withSignupBonus = false + uiTitle = "test" } val one = BankAccountEntity.new { iban = "IBAN 1" @@ -83,7 +85,7 @@ class BalanceTest { accountServicerReference = "test-account-servicer-reference" this.demobank = demobank } - assert(java.math.BigDecimal.ONE == balanceForAccount(one)) + assert(BigDecimal.ONE == balanceForAccount(one)) } } } diff --git a/sandbox/src/test/kotlin/DBTest.kt b/sandbox/src/test/kotlin/DBTest.kt @@ -70,6 +70,8 @@ class DBTest { usersDebtLimit = 10000 allowRegistrations = true name = "default" + withSignupBonus = false + uiTitle = "test" } val bankAccount = BankAccountEntity.new { iban = "iban"