mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:56:57 +00:00
Merge branch 'tesobe' into tesobe-rdbms
This commit is contained in:
commit
c06929b143
@ -139,8 +139,9 @@ class ImporterTest extends ServerSetup with Loggable with DefaultConnectorTestSe
|
||||
|
||||
t.transactionType should equal(dummyKind)
|
||||
|
||||
t.startDate should equal(importJsonDateFormat.parse(startDate))
|
||||
t.finishDate should equal(importJsonDateFormat.parse(endDate))
|
||||
//compare time as a long to avoid issues comparing Dates, e.g. java.util.Date vs java.sql.Date
|
||||
t.startDate.getTime should equal(importJsonDateFormat.parse(startDate).getTime)
|
||||
t.finishDate.getTime should equal(importJsonDateFormat.parse(endDate).getTime)
|
||||
}
|
||||
|
||||
scenario("Attempting to import transactions without using a secret key") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user