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: Wed, 20 Sep 2023 14:25:07 +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 96890501 fix test
96890501 is described below

commit 96890501bf5645281da201792f4e5acff2f5d292
Author: MS <ms@taler.net>
AuthorDate: Wed Sep 20 14:25:03 2023 +0200

    fix test
---
 bank/src/test/kotlin/DatabaseTest.kt | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/bank/src/test/kotlin/DatabaseTest.kt 
b/bank/src/test/kotlin/DatabaseTest.kt
index 3501a94d..35b0b9d5 100644
--- a/bank/src/test/kotlin/DatabaseTest.kt
+++ b/bank/src/test/kotlin/DatabaseTest.kt
@@ -220,10 +220,7 @@ class DatabaseTest {
         ))
         val opSelected = db.talerWithdrawalGet(uuid)
         assert(opSelected?.selectionDone == true && 
!opSelected.confirmationDone)
-        println(
-            db.talerWithdrawalConfirm(uuid, 1L) // ==
-                    // WithdrawalConfirmationResult.SUCCESS
-        )
+        assert(db.talerWithdrawalConfirm(uuid, 1L) == 
WithdrawalConfirmationResult.SUCCESS)
         // Finally confirming the operation (means customer wired funds to the 
exchange.)
         assert(db.talerWithdrawalGet(uuid)?.confirmationDone == true)
     }

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