commit 7b6183c269f8f8474df4b01956c22ae0e7e5fe30
parent c9ae1def05eeaf25a3068699aa1f44384840b646
Author: Florian Dold <florian@dold.me>
Date: Sat, 16 Jan 2021 22:11:59 +0100
fix unit test
Diffstat:
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git 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
@@ -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(