gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: fix tests (7286)


From: gnunet
Subject: [libeufin] branch master updated: fix tests (7286)
Date: Tue, 23 Aug 2022 11:56:58 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 91eb52cc fix tests (7286)
91eb52cc is described below

commit 91eb52ccb2f68333ff715573d18a14ea1cb3d615
Author: MS <ms@taler.net>
AuthorDate: Tue Aug 23 11:56:50 2022 +0200

    fix tests (7286)
---
 sandbox/src/test/kotlin/BalanceTest.kt | 4 +++-
 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
index 956a2e90..287bd8a9 100644
--- 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
index 0cb5bf28..21afbeae 100644
--- 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"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]