gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: simple test to retrieve customers from


From: gnunet
Subject: [libeufin] branch master updated: simple test to retrieve customers from database.
Date: Fri, 10 Jan 2020 17:20:03 +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 7c3f547  simple test to retrieve customers from database.
7c3f547 is described below

commit 7c3f54744920d85977ce4b027068005e8594c5aa
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jan 10 17:19:05 2020 +0100

    simple test to retrieve customers from database.
---
 sandbox/src/test/kotlin/DbTest.kt | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/sandbox/src/test/kotlin/DbTest.kt 
b/sandbox/src/test/kotlin/DbTest.kt
index 1d31536..27d06ab 100644
--- a/sandbox/src/test/kotlin/DbTest.kt
+++ b/sandbox/src/test/kotlin/DbTest.kt
@@ -36,6 +36,18 @@ class DbTest {
 
     }
 
+
+    @Test
+    fun customers() {
+        transaction {
+            BankCustomerEntity.new {
+                name = "Test Name"
+            }
+            findCustomer("1")
+        }
+    }
+
+
     @Test
     fun goodAmount() {
 

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



reply via email to

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