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:36:36 +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 2fa814f  address warnings
2fa814f is described below

commit 2fa814f69b241434a67736af6ca2995dd56922e1
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jan 24 16:36:30 2020 +0100

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

diff --git a/sandbox/src/test/kotlin/DbTest.kt 
b/sandbox/src/test/kotlin/DbTest.kt
index aea6816..1aa3517 100644
--- a/sandbox/src/test/kotlin/DbTest.kt
+++ b/sandbox/src/test/kotlin/DbTest.kt
@@ -67,7 +67,8 @@ class DbTest {
                 amount = Amount("1.11")
                 counterpart = "IBAN"
                 subject = "Salary"
-                date = DateTime.now()
+                operationDate = DateTime.now()
+                valueDate = DateTime.now()
                 localCustomer = BankCustomerEntity.new {
                     customerName = "employee"
                 }
@@ -117,7 +118,8 @@ class DbTest {
                     amount = Amount("1")
                     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]