gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: comment


From: gnunet
Subject: [libeufin] branch master updated: comment
Date: Sun, 01 Oct 2023 10:01:08 +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 ea456e67 comment
ea456e67 is described below

commit ea456e67f2bbafe805b49a96b698ba0836a2eecd
Author: MS <ms@taler.net>
AuthorDate: Sun Oct 1 10:01:00 2023 +0200

    comment
---
 bank/src/test/kotlin/TalerApiTest.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bank/src/test/kotlin/TalerApiTest.kt 
b/bank/src/test/kotlin/TalerApiTest.kt
index 9fa92725..158b8734 100644
--- a/bank/src/test/kotlin/TalerApiTest.kt
+++ b/bank/src/test/kotlin/TalerApiTest.kt
@@ -204,7 +204,7 @@ class TalerApiTest {
             }
             // testing that the first row_id is at most the 'start' query 
param.
             assert(rangeBackwardObj.incoming_transactions[0].row_id <= 300)
-            // testing that the row_id increases.
+            // testing that the row_id decreases.
             for (idx in 1..9)
                 assert(
                     rangeBackwardObj.incoming_transactions[idx].row_id < 
rangeBackwardObj.incoming_transactions[idx - 1].row_id

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