gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 03/07: adapt test to new API


From: gnunet
Subject: [libeufin] 03/07: adapt test to new API
Date: Wed, 06 Oct 2021 16:17:54 +0200

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

ms pushed a commit to branch master
in repository libeufin.

commit 3552c783175e8b6612e7995aa9f8164f55ee39e7
Author: ms <ms@taler.net>
AuthorDate: Wed Oct 6 12:16:20 2021 +0200

    adapt test to new API
---
 sandbox/src/test/kotlin/DBTest.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandbox/src/test/kotlin/DBTest.kt 
b/sandbox/src/test/kotlin/DBTest.kt
index e52373f..5c99acf 100644
--- a/sandbox/src/test/kotlin/DBTest.kt
+++ b/sandbox/src/test/kotlin/DBTest.kt
@@ -94,7 +94,7 @@ class DBTest {
                 addLogger(StdOutSqlLogger)
                 BankAccountTransactionEntity.find {
                     BankAccountTransactionsTable.date.between(
-                        parseDashedDate("1970-01-01").millis(),
+                        
parseDashedDate("1970-01-01").toInstant().toEpochMilli(),
                         LocalDateTime.now().millis()
                     )
                 }.firstOrNull()

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