gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Adapt local test to DB changes.


From: gnunet
Subject: [libeufin] branch master updated: Adapt local test to DB changes.
Date: Thu, 04 Jun 2020 16:52:35 +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 85d1010  Adapt local test to DB changes.
85d1010 is described below

commit 85d10103407b0551d4c39896a71ed97458f2ce2c
Author: MS <ms@taler.net>
AuthorDate: Thu Jun 4 16:51:46 2020 +0200

    Adapt local test to DB changes.
---
 sandbox/src/test/kotlin/DBTest.kt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/sandbox/src/test/kotlin/DBTest.kt 
b/sandbox/src/test/kotlin/DBTest.kt
index 5284df6..7de3db3 100644
--- a/sandbox/src/test/kotlin/DBTest.kt
+++ b/sandbox/src/test/kotlin/DBTest.kt
@@ -27,10 +27,14 @@ class DBTest {
             SchemaUtils.create(PaymentsTable)
             PaymentEntity.new {
                 creditorIban = "earns"
+                creditorBic = "BIC"
+                creditorName = "Creditor Name"
                 debitorIban = "spends"
+                debitorBic = "BIC"
+                debitorName = "Debitor Name"
                 subject = "deal"
                 amount = "EUR:1"
-                date = Instant.now().toEpochMilli()
+                date = LocalDateTime.now().millis()
             }
         }
         val result = transaction {

-- 
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]