gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: address warnings


From: gnunet
Subject: [libeufin] branch master updated: address warnings
Date: Fri, 24 Jan 2020 16:38:16 +0100

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

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 7052a02  address warnings
7052a02 is described below

commit 7052a020c85fc54f3285785613a47647989ae037
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jan 24 16:38:10 2020 +0100

    address warnings
---
 sandbox/src/test/kotlin/DbTest.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandbox/src/test/kotlin/DbTest.kt 
b/sandbox/src/test/kotlin/DbTest.kt
index f878f94..46394c0 100644
--- a/sandbox/src/test/kotlin/DbTest.kt
+++ b/sandbox/src/test/kotlin/DbTest.kt
@@ -74,7 +74,7 @@ class DbTest {
                 }
             }
 
-            val x = BankTransactionEntity.new {
+            BankTransactionEntity.new {
                 amount = Amount("1.110000000000") // BigDecimal does not crop 
the trailing zeros
                 counterpart = "IBAN"
                 subject = "Salary"

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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