gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 06/08: Get unit tests from Sandbox to pass.


From: gnunet
Subject: [libeufin] 06/08: Get unit tests from Sandbox to pass.
Date: Fri, 04 Dec 2020 15:00:09 +0100

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

ms pushed a commit to branch master
in repository libeufin.

commit 80415f7684e8429d268cfa4abd72d3a457d3a144
Author: MS <ms@taler.net>
AuthorDate: Fri Dec 4 12:48:14 2020 +0100

    Get unit tests from Sandbox to pass.
---
 sandbox/src/test/kotlin/CamtTest.kt | 2 +-
 sandbox/src/test/kotlin/DBTest.kt   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/sandbox/src/test/kotlin/CamtTest.kt 
b/sandbox/src/test/kotlin/CamtTest.kt
index b7f7294..4556868 100644
--- a/sandbox/src/test/kotlin/CamtTest.kt
+++ b/sandbox/src/test/kotlin/CamtTest.kt
@@ -28,7 +28,7 @@ class CamtTest {
             mutableListOf(payment)
         )
         assertTrue {
-            XMLUtil.validateFromString(xml.get(0))
+            XMLUtil.validateFromString(xml)
         }
     }
 }
\ No newline at end of file
diff --git a/sandbox/src/test/kotlin/DBTest.kt 
b/sandbox/src/test/kotlin/DBTest.kt
index 23aea8b..b529936 100644
--- a/sandbox/src/test/kotlin/DBTest.kt
+++ b/sandbox/src/test/kotlin/DBTest.kt
@@ -82,6 +82,7 @@ class DBTest {
                     it[currency] = "EUR"
                     it[pmtInfId] = "0"
                     it[msgId] = "0"
+                    it[direction] = "DBIT"
                 }
             }
             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]