gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: address warnings


From: gnunet
Subject: [libeufin] branch master updated: address warnings
Date: Fri, 24 Jan 2020 16:37:34 +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 0b6cb4b  address warnings
0b6cb4b is described below

commit 0b6cb4b81c4dddedb0133286e9578df12b789ce0
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jan 24 16:37:28 2020 +0100

    address warnings
---
 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 1aa3517..f878f94 100644
--- a/sandbox/src/test/kotlin/DbTest.kt
+++ b/sandbox/src/test/kotlin/DbTest.kt
@@ -129,7 +129,7 @@ class DbTest {
             assertEquals(
                 NQUERIES,
                 BankTransactionEntity.find {
-                    
BankTransactionsTable.date.between(DateTime.parse("1970-01-01"), 
DateTime.parse("2999-12-31"))
+                    
BankTransactionsTable.valueDate.between(DateTime.parse("1970-01-01").millis, 
DateTime.parse("2999-12-31").millis)
                 }.count()
             )
         }

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



reply via email to

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