bugfix/added the dummy value for the accountLastUpdate and accountName in tests

This commit is contained in:
hongwei 2020-07-02 17:07:49 +02:00
parent fbab392337
commit 2ded206a6f

View File

@ -63,6 +63,8 @@ trait LocalMappedConnectorTestSetup extends TestConnectorSetupWithStandardPermis
.accountCurrency(currency.toUpperCase)
.accountBalance(900000000)
.holder(randomString(4))
.accountLastUpdate(now)
.accountName(randomString(4))
.accountNumber(randomString(4))
.accountLabel(randomString(4))
.mAccountRoutingScheme(randomString(4))