commit 2fa814f69b241434a67736af6ca2995dd56922e1
parent c3769287589e1969830e518c8272af63dd8cf2e9
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Fri, 24 Jan 2020 16:36:30 +0100
address warnings
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/sandbox/src/test/kotlin/DbTest.kt b/sandbox/src/test/kotlin/DbTest.kt
@@ -67,7 +67,8 @@ class DbTest {
amount = Amount("1.11")
counterpart = "IBAN"
subject = "Salary"
- date = DateTime.now()
+ operationDate = DateTime.now()
+ valueDate = DateTime.now()
localCustomer = BankCustomerEntity.new {
customerName = "employee"
}
@@ -117,7 +118,8 @@ class DbTest {
amount = Amount("1")
counterpart = "IBAN"
subject = "Salary"
- date = DateTime.now()
+ operationDate = DateTime.now()
+ valueDate = DateTime.now()
localCustomer = BankCustomerEntity.new {
customerName = "employee"
}