gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix test


From: gnunet
Subject: [libeufin] branch master updated: fix test
Date: Tue, 08 Sep 2020 13:07:49 +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 60f36bb  fix test
60f36bb is described below

commit 60f36bba98bcf6ec3c51fc2d4dd88a42771891ff
Author: MS <ms@taler.net>
AuthorDate: Tue Sep 8 13:07:46 2020 +0200

    fix test
---
 sandbox/src/test/kotlin/DBTest.kt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sandbox/src/test/kotlin/DBTest.kt 
b/sandbox/src/test/kotlin/DBTest.kt
index 0628660..23aea8b 100644
--- a/sandbox/src/test/kotlin/DBTest.kt
+++ b/sandbox/src/test/kotlin/DBTest.kt
@@ -17,6 +17,7 @@
  * <http://www.gnu.org/licenses/>
  */
 
+import org.jetbrains.exposed.dao.id.EntityID
 import org.jetbrains.exposed.sql.*
 import org.jetbrains.exposed.sql.transactions.TransactionManager
 import org.jetbrains.exposed.sql.transactions.transaction
@@ -24,6 +25,7 @@ import org.junit.Test
 import tech.libeufin.sandbox.BankAccountTransactionsTable
 import tech.libeufin.sandbox.BankAccountTransactionsTable.msgId
 import tech.libeufin.sandbox.BankAccountTransactionsTable.pmtInfId
+import tech.libeufin.sandbox.BankAccountsTable
 import tech.libeufin.util.millis
 import tech.libeufin.util.parseDashedDate
 import java.io.File
@@ -67,6 +69,7 @@ class DBTest {
             transaction {
                 SchemaUtils.create(BankAccountTransactionsTable)
                 BankAccountTransactionsTable.insert {
+                    it[account] = EntityID(0, BankAccountsTable)
                     it[creditorIban] = "earns"
                     it[creditorBic] = "BIC"
                     it[creditorName] = "Creditor Name"

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