diff options
author | ms <ms@taler.net> | 2021-10-23 11:35:54 +0200 |
---|---|---|
committer | ms <ms@taler.net> | 2021-10-23 11:35:54 +0200 |
commit | 835ac85a28dc11b5d7f5cff041ff7973d244e07e (patch) | |
tree | ca676fd9f8d507e7324be8d04e413a1dbcd2d552 /packages/taler-wallet-cli/src/integrationtests/test-libeufin-basic.ts | |
parent | 2ec2161a7e1c0787b5e9ea14311f19c6b6a52d63 (diff) |
Adapt euFin tests to Demobank model.
Mostly, this change removes any mention of
the currency when bank accounts are created.
Diffstat (limited to 'packages/taler-wallet-cli/src/integrationtests/test-libeufin-basic.ts')
-rw-r--r-- | packages/taler-wallet-cli/src/integrationtests/test-libeufin-basic.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/taler-wallet-cli/src/integrationtests/test-libeufin-basic.ts b/packages/taler-wallet-cli/src/integrationtests/test-libeufin-basic.ts index 9e1842d03..6133bcc19 100644 --- a/packages/taler-wallet-cli/src/integrationtests/test-libeufin-basic.ts +++ b/packages/taler-wallet-cli/src/integrationtests/test-libeufin-basic.ts @@ -94,7 +94,6 @@ export async function createLibeufinTestEnvironment( partnerID: "partner01", userID: "user01", }, - currency: "EUR", }); // Subscriber and bank Account for the merchant // (Merchant doesn't need EBICS access, but sandbox right now only supports EBICS @@ -114,7 +113,6 @@ export async function createLibeufinTestEnvironment( partnerID: "partner02", userID: "user02", }, - currency: "EUR", }); await LibeufinNexusApi.createEbicsBankConnection(libeufinNexus, { |