[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: fix unit test
From: |
gnunet |
Subject: |
[libeufin] branch master updated: fix unit test |
Date: |
Sat, 16 Jan 2021 22:12:04 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new 7b6183c fix unit test
7b6183c is described below
commit 7b6183c269f8f8474df4b01956c22ae0e7e5fe30
Author: Florian Dold <florian@dold.me>
AuthorDate: Sat Jan 16 22:11:59 2021 +0100
fix unit test
---
nexus/src/test/kotlin/DBTest.kt | 1 -
util/src/main/kotlin/JSON.kt | 1 -
2 files changed, 2 deletions(-)
diff --git a/nexus/src/test/kotlin/DBTest.kt b/nexus/src/test/kotlin/DBTest.kt
index e42ef89..e07a110 100644
--- a/nexus/src/test/kotlin/DBTest.kt
+++ b/nexus/src/test/kotlin/DBTest.kt
@@ -80,7 +80,6 @@ class DBTest {
bankAccount = "b"
bankConnection = "b"
reserveTransferLevel = "any"
- intervalIncrement = "any"
this.facade = facade
currency = "UNUSED"
}
diff --git a/util/src/main/kotlin/JSON.kt b/util/src/main/kotlin/JSON.kt
index 41c04e3..d83546e 100644
--- a/util/src/main/kotlin/JSON.kt
+++ b/util/src/main/kotlin/JSON.kt
@@ -43,7 +43,6 @@ data class RawPayment(
// along every API call using this object.
val pmtInfId: String? = null,
val msgId: String? = null
-
)
data class IncomingPaymentInfo(
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [libeufin] branch master updated: fix unit test,
gnunet <=