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:35:35 +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 c376928  address warnings
c376928 is described below

commit c3769287589e1969830e518c8272af63dd8cf2e9
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jan 24 16:35:28 2020 +0100

    address warnings
---
 sandbox/src/test/kotlin/DbTest.kt | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/sandbox/src/test/kotlin/DbTest.kt 
b/sandbox/src/test/kotlin/DbTest.kt
index 7f619f5..aea6816 100644
--- a/sandbox/src/test/kotlin/DbTest.kt
+++ b/sandbox/src/test/kotlin/DbTest.kt
@@ -56,7 +56,8 @@ class DbTest {
                 amount = Amount("1")
                 counterpart = "IBAN"
                 subject = "Salary"
-                date = DateTime.now()
+                operationDate = DateTime.now()
+                valueDate = DateTime.now()
                 localCustomer = BankCustomerEntity.new {
                     customerName = "employee"
                 }
@@ -76,7 +77,8 @@ class DbTest {
                 amount = Amount("1.110000000000") // BigDecimal does not crop 
the trailing zeros
                 counterpart = "IBAN"
                 subject = "Salary"
-                date = DateTime.now()
+                operationDate = DateTime.now()
+                valueDate = DateTime.now()
                 localCustomer = BankCustomerEntity.new {
                     customerName = "employee"
                 }
@@ -92,7 +94,8 @@ class DbTest {
                     amount = Amount("1.10001")
                     counterpart = "IBAN"
                     subject = "Salary"
-                    date = DateTime.now()
+                    operationDate = DateTime.now()
+                    valueDate = DateTime.now()
                     localCustomer = BankCustomerEntity.new {
                         customerName = "employee"
                     }

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



reply via email to

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