make Camt test go debit

This commit is contained in:
ms 2021-08-24 17:42:00 +02:00
parent bbcae18f6a
commit fc334ecb60
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -52,6 +52,7 @@ export async function runLibeufinApiSandboxCamtTest(t: GlobalTestState) {
await sandbox.makeTransaction("mock-account-0", "mock-account-1", "EUR:1", "+1");
await sandbox.makeTransaction("mock-account-0", "mock-account-1", "EUR:1", "+1");
await sandbox.makeTransaction("mock-account-0", "mock-account-1", "EUR:1", "+1");
await sandbox.makeTransaction("mock-account-1", "mock-account-0", "EUR:5", "minus 5");
let ret = await LibeufinSandboxApi.getCamt053(sandbox, "mock-account-1");
console.log(ret);